Expand description
ckb-std
§Modules
high_levelmodule: defines high level syscall APIsyscallsmodule: defines low level CKB syscallsdebug!macro: aprintln!like macro helps debuggingentry!macro: defines contract entry pointdefault_alloc!andlibc_alloc!macro: defines global allocator for no-std rust
Re-exports§
pub use ckb_types;ckb-typespub use buddy_alloc;allocator
Modules§
- dynamic_
loading ckb-typesThis module supports dynamic loading a library from an on-chain cell. - Inspection and manipulation of the program’s environment.
- high_
level ckb-types
Macros§
- debug macro
- Defines global allocator
- Define program entry point (
_startfunction) and lang items (panic handler, etc.).