Docs.rs
ckb-types-0.38.0
ckb-types 0.38.0
Docs.rs crate page
MIT
18 November 2020
Links
Homepage
Repository
crates.io
Source
Owners
doitian
eval-exec
Dependencies
bit-vec ^0.5.1
normal
bytes ^0.5.4
normal
ckb-channel =0.38.0
normal
ckb-error =0.38.0
normal
ckb-fixed-hash =0.38.0
normal
ckb-hash =0.38.0
normal
ckb-occupied-capacity =0.38.0
normal
ckb-rational =0.38.0
normal
failure ^0.1.5
normal
merkle-cbt ^0.3
normal
molecule =0.6.0
normal
numext-fixed-uint ^0.1
normal
once_cell ^1.3.1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
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
☰
Type Definition Result
ckb_types
::
error
?
[
−
]
[src]
Type Definition
ckb_types
::
error
::
Result
type Result<T> =
Result
<T,
Error
>;