Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ main
Function
main
blobby/src/bin/encode.rs:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
#[cfg(not(feature =
"alloc"
))]
5
fn main() -> Result<(), Box<dyn Error>> {
6
Err(
"The encode binary should be compiled with enabled `alloc` feature!"
.into())
7
}
8
9
#[cfg(feature =
"alloc"
)]
10
fn main() -> Result<(), Box<dyn Error>> {
Callers
nothing calls this directly
Calls
2
encode
Function · 0.85
is_empty
Method · 0.80
Tested by
no test coverage detected