1//! Custom serde module implementations. 2 3pub mod bytecode; 4pub mod content_address; 5pub mod hash; 6pub mod signature;