Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
245 B · 10 lines
Rust
at wip
1234567891011//! Codecs that are guaranteed to work for all [`Ipld`][libipld::Ipld] inputs
mod ipld;mod traits;
#[allow(clippy::module_name_repetitions)]pub use ipld::EncodableIpld;
#[allow(clippy::module_name_repetitions)]pub use traits::EncodableAs;