5 unstable releases

0.5.1 Nov 6, 2023
0.5.0 Oct 23, 2023
0.4.0 Aug 26, 2023
0.3.1 Jul 17, 2023
0.3.0 Jul 9, 2023

#4 in #bitswap

40 downloads per month
Used in 2 crates (via rust-ipfs)

Apache-2.0/MIT

395KB
9K SLoC

beetle bitswap next

MIT/Apache-2.0 licensed

This contains an implementation of the IPFS bitswap protocol forked from beetle (previously Iroh). It sends blocks of data to other peers in the IPFS network who want them, and receives blocks requested by the client from the network.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

lib.rs:

Implements handling of the bitswap protocol. Based on go-ipfs.

Supports the versions 1.0.0, 1.1.0 and 1.2.0.

Dependencies

~15–26MB
~386K SLoC