Docs.rs
miden-objects-0.11.1
miden-objects 0.11.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
bobbinth
Dependencies
bech32 ^0.11
normal
log ^0.4
normal
optional
miden-assembly ^0.17
normal
miden-core ^0.17
normal
miden-crypto ^0.15.6
normal
miden-processor ^0.17
normal
miden-utils-sync ^0.17
normal
miden-verifier ^0.17
normal
rand ^0.9
normal
optional
rand_xoshiro ^0.7
normal
optional
semver ^1.0
normal
serde ^1.0
normal
optional
thiserror ^2.0
normal
toml ^0.8
normal
optional
winter-rand-utils ^0.13
normal
optional
anyhow ^1.0
dev
assert_matches ^1.5
dev
criterion ^0.5
dev
pprof ^0.14
dev
rstest ^0.26
dev
tempfile ^3.19
dev
winter-air ^0.13
dev
getrandom ^0.3
normal
Versions
41.69%
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
ToElements
miden_
objects
0.11.1
ToElements
Required Methods
to_elements
Implementations on Foreign Types
Vec<u64>
[u64; N]
Implementors
In miden_
objects::
utils
miden_objects
::
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