MCPcopy 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"))]
5fn main() -> Result<(), Box<dyn Error>> {
6 Err("The encode binary should be compiled with enabled `alloc` feature!".into())
7}
8
9#[cfg(feature = "alloc")]
10fn main() -> Result<(), Box<dyn Error>> {

Callers

nothing calls this directly

Calls 2

encodeFunction · 0.85
is_emptyMethod · 0.80

Tested by

no test coverage detected