Docs.rs
ckb-std-0.18.0
ckb-std 0.18.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xxuejie
jjyr
mohanson
XuJiandong
Dependencies
buddy-alloc ^0.6
normal
optional
ckb-hash ^0.202.0
normal
optional
ckb-gen-types ^0.202.0
normal
optional
ckb-x64-simulator ^0.202.0
normal
optional
gcd ^2.3
normal
int-enum ^1.2.0
normal
log ^0.4
normal
optional
cc ^1.0
build
Versions
40.3%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ckb_std
0.18.0
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).