docs.rs failed to build gdeflate-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
gdeflate-0.4.1
🗜️ gdeflate-rs
A library for compressing and decompressing the GDeflate format 🦀
[]
= "0.1.0"
Use the compress and decompress functions to compress and decompress data.
use CompressionLevel;
...
let bytes = ;
let compressed_bytes = compress.unwrap;
assert_eq!;
🚨 Warning 🚨
This library is still experimental and only supports single-threaded compression and decompression at the moment.