Docs.rs
sp1-recursion-machine-6.0.2
sp1-recursion-machine 6.0.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:succinctlabs:crate-owners
tamirhemo
Dependencies
itertools ^0.14.0
normal
rand ^0.8.5
normal
slop-air ^6.0.2
normal
slop-algebra ^6.0.2
normal
slop-basefold ^6.0.2
normal
slop-matrix ^6.0.2
normal
slop-maybe-rayon ^6.0.2
normal
slop-symmetric ^6.0.2
normal
sp1-derive ^6.0.2
normal
sp1-hypercube ^6.0.2
normal
sp1-primitives ^6.0.2
normal
sp1-recursion-executor ^6.0.2
normal
strum ^0.27.1
normal
tracing ^0.1.40
normal
zkhash ^0.2.0
normal
rand ^0.8.5
build
sp1-hypercube ^6.0.2
build
sp1-primitives ^6.0.2
build
sp1-recursion-executor ^6.0.2
build
Versions
7.07%
of the crate is documented
Platform
i686-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
Skip to main content
Files
sp1_recursion_machine/
lib.rs
1
pub mod
builder;
2
pub mod
chips;
3
mod
machine;
4
5
pub use
machine::RecursionAir;
6
pub mod
test;