lencode 0.1.6

A crate for encoding and decoding variable-length data using the Lencode varint encoding scheme and deduplication
Documentation
1
2
3
4
5
6
7
8
9
[target.s390x-unknown-linux-gnu]
# Big-endian CI target we keep enabled
image = "ghcr.io/cross-rs/s390x-unknown-linux-gnu:0.2.5"
pre-build = [
  "dpkg --add-architecture s390x",
  "apt-get update",
  "apt-get install -y --no-install-recommends pkg-config libssl-dev:s390x zlib1g-dev:s390x",
]