zrip-encode 0.2.1

zstd encoder for zrip (internal crate)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "zrip-encode"
version = "0.2.1"
edition = "2024"
rust-version = "1.85"
description = "zstd encoder for zrip (internal crate)"
license = "MIT"
repository = "https://github.com/paddor/zrip"

[features]
default = ["std"]
std = ["alloc", "zrip-core/std"]
alloc = ["zrip-core/alloc"]
frame = ["std"]
nightly = ["zrip-core/nightly"]

[dependencies]
zrip-core = { version = "0.2.0", path = "../core", default-features = false }