| 1 | //! Pluggable compression backend for Parcode. |
| 2 | //! |
| 3 | //! This module provides a flexible compression system that allows different algorithms |
| 4 | //! to be used for compressing chunks. The design is based on a trait-based plugin |
nothing calls this directly
no outgoing calls
no test coverage detected