Docs.rs
miden-vm-0.20.2
miden-vm 0.20.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bobbinth
github:0xmiden:vm-publishers
Dependencies
blake3 ^1.8
normal
clap ^4.5
normal
optional
hex ^0.4
normal
optional
miden-assembly ^0.20
normal
miden-core ^0.20
normal
miden-core-lib ^0.20
normal
miden-debug-types ^0.20
normal
miden-mast-package ^0.20
normal
miden-processor ^0.20
normal
miden-prover ^0.20
normal
miden-verifier ^0.20
normal
rustyline ^17.0
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
tracing ^0.1
normal
tracing-forest ^0.2
normal
optional
tracing-subscriber ^0.3
normal
optional
assert_cmd ^2.1
dev
criterion ^0.7
dev
escargot ^0.5
dev
num-bigint ^0.4
dev
predicates ^3.1
dev
pretty_assertions ^1.4
dev
rand_chacha ^0.9
dev
tokio ^1.48
dev
walkdir ^2.5
dev
winter-fri ^0.13
dev
Versions
100%
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
ToElements
miden_
vm
0.20.2
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Vec<u64>
[u64; N]
Implementors
In miden_
vm::
utils
miden_vm
::
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