Crate ipns_entry

source ·
Expand description

Create IPNS Entries in Rust

Create protobuf IPNS Entries in Rust. Follows the IPNS Spec.

Library includes CBOR and Protobuf modules that convert IPNS entry to/from bytes that can be saved to the routing channels.

The output from this library can be published to the IPFS DHT, Pubsub, or anywhere else.

Modules

CBOR serialization and deserialization for IPNS entries.
IPNS Entry built from Protobuf using prost in ./build.rs Actual rust file saved in target\debug\build\ipns-\out\ipns.rs
Re-export of libp2p_identity::Keypair

Structs