vyre 0.4.0

GPU compute intermediate representation with a standard operation library
Documentation
1
2
3
4
5
6
7
8
//! Doc.

automod::dir!(pub "src/ops/compression/deflate_decompress");

pub use implementation::{
    decompress_bytes, max_allowed_len, max_output_for_input, max_output_len, DeflateDecompress,
    LAWS, MAX_OUTPUT_RATIO,
};