extern crate alloc;
pub use cid;
// This is a hack to get those types working in the `ipld!` macro with and without `no_std`. The
// idea is from
// https://stackoverflow.com/questions/71675411/refer-to-an-extern-crate-in-macro-expansion/71675639#71675639