ckb-types 0.101.3

Provides the essential types for CKB.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Extensions for packed bytes wrappers.
//!
//! Add methods for packed bytes wrappers.
//!
//! ### Warning
//!
//! No definitions for structs, enums is allowed.

mod calc_hash;
mod capacity;
mod check_data;
mod serialized_size;
mod shortcuts;
mod std_traits;

#[cfg(test)]
mod tests;