Docs.rs
ckb-std-0.12.1
ckb-std 0.12.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
xxuejie
jjyr
mohanson
XuJiandong
Dependencies
rustc-std-workspace-alloc ^1.0.0
normal
buddy-alloc ^0.5.0
normal
ckb-standalone-types ^0.1.2
normal
ckb-x64-simulator ^0.7.0
normal
compiler_builtins ^0.1.0
normal
rustc-std-workspace-core ^1.0.0
normal
cc ^1.0
build
Versions
40%
of the crate is documented
Go to latest version
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
☰
In ckb_std::high_level
?
Function
ckb_std
::
high_level
::
load_script
source
·
[
−
]
pub fn load_script() ->
Result
<
Script
,
SysError
>
Expand description
Load script
Example
let
script = load_script().unwrap();