From 48408b9e42eaeeaf0944f9a37f7882ba9ddc7f19 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 24 Jan 2025 00:08:42 +0100 Subject: Add example request structure --- src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..397cbd2 --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,4 @@ +//! `linea_caliente` implements the hotline protocol to help build servers and +//! clients around it. +pub mod field; +pub mod transaction; -- cgit