rust-ipfs
rust-ipfs copied to clipboard
The InterPlanetary File System (IPFS), implemented in Rust.
GC in itself can be a simple or an intensive operation, and while the performance can use some improvement under the current implementation for large unpinned datasets while testing under...
Hello, I encountered a type-length limit error when using axum in my project. The error occurs when I execute `cargo run`. Here are the details of my setup and the...
Whenever the socket closes, it causes logs to spam `ERROR libp2p_mdns::behaviour: if watch returned an error: rtnetlink socket closed`. This seem to be a bug upstream in libp2p that has...
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.5 to 0.3.6. Release notes Sourced from async-stream's releases. v0.3.6 Fix soundness bugs (#109) Bump MSRV to 1.65 (#109) Commits b0b2f22 Prepare v0.3.6 release (#112) 97d1d3e Fix...
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.18 to 4.5.19. Release notes Sourced from clap's releases. v4.5.19 [4.5.19] - 2024-10-01 Internal Update dependencies Changelog Sourced from clap's changelog. [4.5.19] - 2024-10-01 Internal Update dependencies...
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.5.0 to 2.6.0. Changelog Sourced from indexmap's changelog. 2.6.0 (2024-10-01) Implemented Clone for map::IntoIter and set::IntoIter. Updated the hashbrown dependency to version 0.15. Commits bf0362b Merge pull...
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31. Release notes Sourced from futures's releases. 0.3.31 Fix use after free of task in FuturesUnordered when dropped future panics (#2886) Fix soundness bug in...