fastlz-rs 0.0.3

Pure-Rust reimplementation of FastLZ
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "fastlz-rs"
description = "Pure-Rust reimplementation of FastLZ"
repository = "https://github.com/ArcaneNibble/fastlz-rs"
categories = ["no-std::no-alloc", "compression"]
keywords = ["lz77", "fastlz"]
license = "0BSD"
version = "0.0.3"
edition = "2021"

[dev-dependencies]
wasmi = "0.36"

[features]
default = ["std"]
std = ["alloc"]
alloc = []