Skip to main content

embedded

Function embedded 

Source
pub fn embedded() -> &'static Pack
Expand description

The pack this crate embeds, parsed and digest-verified once per process.

§Panics

If the embedded bytes do not verify — a state no released crate can be in, because the pack is committed beside the reader and CI holds the pair to a fixed point of a build. Panicking beats returning a Result every caller of a compile-time constant would have to invent a story for.