~sircmpwn/hare-compress

Compression algorithms for Hare
9f1abb6c — Drew DeVault 3 months ago
Replace deprecated time::from_unix usage
422998b0 — Drew DeVault 3 months ago
compress::flate::dynamic: stack-alloc lengths
4f411170 — Drew DeVault 3 months ago
Reduce BUFSIZ to 1 << 15

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-compress
read/write
git@git.sr.ht:~sircmpwn/hare-compress

You can also use your local clone with git send-email.

#hare-compress

This package provides compression algorithms for Hare.

#Installation

#From your distribution

The recommended name for this package is "hare-compress". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-compress/ add https://git.sr.ht/~sircmpwn/hare-compress master
Do not follow this link