frc42_dispatch 11.0.0

Filecoin FRC-0042 calling convention/dispatch support library
Documentation
1
2
3
4
5
6
7
8
9
pub use frc42_hasher as hasher;
pub use frc42_hasher::hash;
pub use frc42_macros::method_hash;

pub mod match_method;
pub mod message;

#[cfg(test)]
mod tests {}