diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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; |