licenses.dev

lz4jb v0.1.0

A Rust implementation of the LZ4BlockOutputStream format from https://github.com/lz4/lz4-java. This is not compatible with the standard LZ4 Block format.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT2
PackageRelationDependenciesPublished
lz4_flex • 0.8.2Fastest LZ4 implementation in Rust, no unsafe by default.DIRECT3
twox-hash • 1.6.3A Rust implementation of the XXHash and XXH3 algorithmsDIRECT2
Apache-2.0 OR MIT2
PackageRelationDependenciesPublished
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/lz4jb)](https://licenses.dev/cargo/lz4jb)
<a href="https://licenses.dev/cargo/lz4jb">
  <img src="https://licenses.dev/b/cargo/lz4jb" alt="licenses" />
</a>

Or the licenses badge code for the 0.1.0 version:

[![licenses](https://licenses.dev/b/cargo/lz4jb/0.1.0)](https://licenses.dev/cargo/lz4jb/0.1.0)
<a href="https://licenses.dev/cargo/lz4jb/0.1.0">
  <img src="https://licenses.dev/b/cargo/lz4jb/0.1.0" alt="licenses" />
</a>
GitHub