MCPcopy Create free account
hub / github.com/RetypeOS/parcode / Lz4Compressed

Class Lz4Compressed

examples/memory_test.rs:105–105  ·  view source on GitHub ↗

Wrapper to force LZ4 compression on the inner value.

Source from the content-addressed store, hash-verified

103
104/// Wrapper to force LZ4 compression on the inner value.
105struct Lz4Compressed<T>(pub T);
106
107impl<T: ParcodeVisitor> ParcodeVisitor for Lz4Compressed<T> {
108 fn visit<'a>(

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68