pub fn compress(source: &PortableRegistry) -> Result<Registry, Error>Expand description
Compress a PortableRegistry into a minimal Registry, stripping
docs, paths, and type params while pre-classifying types into
serde-compatible shapes.
pub fn compress(source: &PortableRegistry) -> Result<Registry, Error>Compress a PortableRegistry into a minimal Registry, stripping
docs, paths, and type params while pre-classifying types into
serde-compatible shapes.