MCPcopy Create free account
hub / github.com/HairlessVillager/minecommit / gzip_nbt.rs

File gzip_nbt.rs

minecommit/src/handler/gzip_nbt.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use anyhow::{Context, Result};
2use flate2::Compression;
3use flate2::read::GzDecoder;
4use flate2::write::GzEncoder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected