Docs.rs
sp1-jit-6.1.0
sp1-jit 6.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
github:succinctlabs:crate-owners
bergkvist
Dependencies
dynasmrt ^3.2.0
normal
hashbrown ^0.14.5
normal
libc ^0.2
normal
memfd ^0.6.4
normal
memmap2 ^0.9.8
normal
serde ^1.0.204
normal
tracing ^0.1.40
normal
uuid ^1.17.0
normal
bincode ^1.3.3
dev
Versions
53.28%
of the crate is documented
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
Skip to main content
Debuggable
sp1_jit
6.1.0
Debuggable
Required Methods
print_ctx
Implementors
In crate sp1_
jit
sp1_jit
Trait
Debuggable
Copy item path
Source
pub trait Debuggable { // Required method fn
print_ctx
(&mut self); }
Required Methods
§
Source
fn
print_ctx
(&mut self)
Implementors
§
Source
§
impl<T:
RiscvTranspiler
>
Debuggable
for T