Docs.rs
arkworks-utils-1.0.1
arkworks-utils 1.0.1
Permalink
Docs.rs crate page
Apache-2.0
26 July 2026
Links
Homepage
Repository
crates.io
Source
Owners
shekohex
drewstone
mfaghihi
github:tangle-network:webb-devs
Dependencies
ark-ff ^0.3.0
normal
ark-std ^0.3.0
normal
hex ^0.4
normal
Versions
0%
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
parse_vec
arkworks_
utils
1.0.1
arkworks_utils
Function
parse_
vec
Copy item path
Source
pub fn parse_vec(arr:
Vec
<&
str
>) ->
Result
<
Vec
<
Vec
<
u8
>>,
FromHexError
>