Docs.rs
risc0-zkvm-host-0.10.0
risc0-zkvm-host 0.10.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
Crates.io
Source
Owners
flaub
Dependencies
bytemuck ^1.9
normal
ctor ^0.1
normal
cxx ^1.0
normal
log ^0.4
normal
risc0-zkvm-serde ^0.10
normal
risc0-zkvm-sys ^0.10
normal
serde ^1.0
normal
anyhow ^1.0
dev
tempfile ^3.3
dev
cxx-build ^1.0
build
Versions
0.10.0
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.7.0-rc.1
0.7.0-dev.2
0.7.0-dev.1
0.6.0
0.4.0
0.2.0
0.1.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In risc0_zkvm_host
?
Type Definition
risc0_zkvm_host
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Exception
>;
Expand description
A Result specialized for
Exception
.