Docs.rs
ckb-std-0.17.2
ckb-std 0.17.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xxuejie
jjyr
mohanson
Dependencies
buddy-alloc ^0.6
normal
optional
ckb-hash ^0.200.0
normal
optional
ckb-gen-types ^0.200.0
normal
optional
ckb-x64-simulator ^0.11
normal
optional
gcd ^2.3
normal
log ^0.4
normal
optional
cc ^1.0
build
Versions
45.79%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ckb_std
0.17.2
Module env
Module Items
Structs
Functions
In crate ckb_
std
ckb_std
Module
env
Copy item path
Source
Expand description
Inspection and manipulation of the program’s environment.
Structs
§
Arg
An argument passed to this program.
Functions
§
argv
Returns the arguments that this program was started with (normally passed via
exec
or ckb-debugger).