diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-26 03:02:06 +0100 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-02-26 03:02:11 +0100 |
commit | a4c3c05c69a4f9de76e41980594d180ec9ffe03b (patch) | |
tree | ec693be8e4f30bfc927b8e5aef329fbea969cc56 /src/lib.rs | |
parent | 1954496f73f0a22ff173e2869ed187b6f74d8777 (diff) | |
download | mt_rudp-a4c3c05c69a4f9de76e41980594d180ec9ffe03b.tar.xz |
Implement sending splits
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #![feature(cursor_remaining)] #![feature(hash_drain_filter)] +#![feature(int_roundings)] mod client; mod common; |