cardano-serialization-lib 15.0.3

(De)serialization functions for the Cardano blockchain along with related utility functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
cfg_if! {
    if #[cfg(test)] {
        extern crate quickcheck;
    } else if #[cfg(feature = "property-test-api")] {
        extern crate quickcheck;
    }
}

pub mod abor;
pub mod mempack;
pub mod packer;
pub mod property;