rust-ipfs
rust-ipfs copied to clipboard
The InterPlanetary File System (IPFS), implemented in Rust.
Since `/stats/` is not yet implemented, what is the actual node capacity? Is it the disks available space? Thanks
This PR replaces floodsub with gossipsub. Left it as a draft as a starting point to get a bit more insight as to if this is the right starting point...
Hi! I am new to this project and to the internals of how ipfs works - but I want to use gossipsub and this crate does not yet have support...
Is it planned to add an ability to mount the Inter Planetary File System to the Unix VFS with FUSE?
mdns
mdns was disabled during #446 for dependency issues it causes, and additional `async-io` dependency with the latest rust-libp2p. It might be a good idea to look into restoring mdns-tokio feature...
error: ```shell cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR run pkg_config fail: "Could not run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`\nThe pkg-config command could not be found.\n\nMost likely, you need to install a pkg-config package for your OS.\nTry...
Hi guys, I'm trying to do my first step using ipfs crate, I created a blank project with the only dependency of ipfs = "0.2.1", unfortunately, it fails to build...
**when compiling a project that uses ipfs as a dep it gives this error** ``` error: failed to select a version for the requirement `aesni = "^0.7"` candidate versions found...
**Describe the bug** TL;DR `Ipld::Map` does not strictly order keys, leading to inconsistency in content hashing between this implementation and `go-ipfs` (and probably others). Strictness errata for DAG-CBOR, including explicit...
In the current state this crate cannot be used to build any application on top of IPFS. We have a use-case which requires private swarms, custom authorisation between peers and...