jj/lib
Austin Seipp 992066c60c lib: remove use of zstd
`zstd` is only used to write files in the native backend right now. For now,
jettison it, to unbundle some C code that we don't really need.

(Ideally, a future compression library would be pure Rust, but we'll cross that
bridge when we get to it...)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2025-01-08 22:02:21 +00:00
..
benches style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
gen-protos cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
proc-macros style: remove useless uses of .iter() 2024-10-04 22:29:13 +02:00
src lib: remove use of zstd 2025-01-08 22:02:21 +00:00
tests local_working_copy: on snapshot, ignore submodule in ignored directories 2025-01-08 09:39:59 +09:00
testutils tests: add convenient method to initialize TestWorkspace with test settings 2025-01-06 22:37:33 +09:00
Cargo.toml lib: remove use of zstd 2025-01-08 22:02:21 +00:00
LICENSE