Expand description
ckb-std
Modules
- high_levelmodule: defines high level syscall API
- syscallsmodule: defines low level CKB syscalls
- debug!macro: a- println!like macro helps debugging
- entry!macro: defines contract entry point
- default_alloc!and- libc_alloc!macro: defines global allocator for no-std rust
Re-exports
- pub use ckb_types;
- pub use buddy_alloc;
Modules
- dynamic_loadingckb-typesThis module supports dynamic loading a library from an on-chain cell.
- Inspection and manipulation of the program’s environment.
- high_levelckb-types
Macros
- debug macro
- Defines global allocator
- Define program entry point (_startfunction) and lang items (panic handler, etc.).