diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,2 +1,4 @@ +#![feature(iterator_try_collect)] pub mod encoding; pub mod transport; +pub mod transaction; |
![]() |
index : sip-rs | |
Rust library for SIP related protocols |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | src/lib.rs | 2 |
@@ -1,2 +1,4 @@ +#![feature(iterator_try_collect)] pub mod encoding; pub mod transport; +pub mod transaction; |