Docs.rs
b3_utils-0.13.0
b3_utils 0.13.0
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
b3hr4d
Dependencies
candid ^0.10.10
normal
crc32fast ^1.4.2
normal
optional
enum_dispatch ^0.3.13
normal
evm-rpc-canister-types ^1.0.0
normal
optional
hex ^0.4.3
normal
ic-cdk ^0.16.0
normal
ic-metrics-encoder ^1.1.1
normal
ic-stable-structures ^0.6.5
normal
ic_bls12_381 ^0.8.0
normal
optional
num-traits ^0.2.19
normal
optional
serde ^1.0.204
normal
serde_bytes ^0.11.15
normal
serde_json ^1.0.68
normal
optional
sha2 ^0.10.8
normal
optional
subtle ^2.5.0
normal
optional
Versions
17.01%
of the crate is documented
Go to latest version
Platform
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
b3_
utils
0.13.0
b3_utils
Function
hex_string_with_0x_to_vec
Copy item path
source
pub fn hex_string_with_0x_to_vec<S:
AsRef
<
str
>>( stringlike: S, ) ->
Result
<
Vec
<
u8
>,
HelperError
>