rqbit/crates/dht/src
Igor Katson c7ed475f54
Use bytes crate for zerocopy and memory re-use (#182)
* Use bytes. Not yet zerocopy everywhere but compiles

* Actually zerocopy

* Actually zerocopy

* Not actually storing the torrent on disk now
2024-08-14 12:08:46 +01:00
..
bprotocol.rs Use bytes crate for zerocopy and memory re-use (#182) 2024-08-14 12:08:46 +01:00
dht.rs Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 13:44:10 +00:00
lib.rs Add support for BTv2 magnet links 2024-01-07 20:57:10 -06:00
peer_store.rs Box<[u8]> instead of Vec<u8> for ByteBufOwned 2024-03-29 13:44:10 +00:00
persistence.rs Shorten Pin<Box to BoxFuture 2024-02-27 08:14:39 +00:00
routing_table.rs Add support for BTv2 magnet links 2024-01-07 20:57:10 -06:00
utils.rs Add support for BTv2 magnet links 2024-01-07 20:57:10 -06:00