30 releases (15 breaking)
new 0.16.0 | Sep 19, 2023 |
---|---|
0.14.0 | Jul 20, 2023 |
0.8.0 | Mar 29, 2023 |
0.5.0 | Dec 15, 2022 |
0.4.0 | Nov 30, 2022 |
#3 in #ipld
444 downloads per month
Used in 8 crates
630KB
14K
SLoC
Noosphere Core
This crate contains the core data types of the Rust Noosphere implementation, as well as some higher-order views over those data types to make asynchronous operations over IPLD data a little more ergonomic for typical usages.
lib.rs
:
This crate embodies the core implementation of the Noosphere protocol.
It includes facilities to:
- Get low-level access to Noosphere data structures ([view] and [data])
- Interact with a Noosphere Gateway (api::Client)
- Read, update, and sync spheres via a high-level API ([context])
- And more!
Dependencies
~14–31MB
~494K SLoC