Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
105
struct Lz4Compressed<T>(pub T);
106
107
impl<T: ParcodeVisitor> ParcodeVisitor for Lz4Compressed<T> {
108
fn visit<'a>(
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68