Docs.rs
miden-processor-0.16.4
miden-processor 0.16.4
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bobbinth
github:0xmiden:vm-publishers
Dependencies
miden-air ^0.16
normal
miden-core ^0.16
normal
miden-debug-types ^0.16
normal
miden-utils-diagnostics ^0.16
normal
thiserror ^2.0
normal
tokio ^1.46
normal
optional
tracing ^0.1
normal
winter-prover ^0.13
normal
logtest ^2.0
dev
miden-assembly ^0.16
dev
miden-test-utils ^0.1.0
dev
pretty_assertions ^1.4
dev
rstest ^0.25
dev
tokio ^1.46
dev
winter-fri ^0.13
dev
winter-utils ^0.13
dev
Versions
27%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
miden_
processor
0.16.4
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Vec<u64>
[u64; N]
Implementors
In miden_
processor::
utils
miden_processor
::
utils
Trait
ToElements
Copy item path
Source
pub trait ToElements { // Required method fn
to_elements
(&self) ->
Vec
<
BaseElement
>; }
Required Methods
§
Source
fn
to_elements
(&self) ->
Vec
<
BaseElement
>
Implementations on Foreign Types
§
Source
§
impl
ToElements
for
Vec
<
u64
>
Source
§
fn
to_elements
(&self) ->
Vec
<
BaseElement
>
Source
§
impl<const N:
usize
>
ToElements
for [
u64
;
N
]
Source
§
fn
to_elements
(&self) ->
Vec
<
BaseElement
>
Implementors
§
Source
§
impl
ToElements
for
ProgramInfo