licenses.dev

parquet2 v0.6.0

Safe implementation of parquet IO.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
async-trait • 0.1.80Type erasure for async trait methodsINDIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cc • 1.0.99A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT3
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
fallible-streaming-iterator • 0.1.9Fallible streaming iterationINDIRECT0
flate2 • 1.0.34DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. DIRECT4
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.31Executors for asynchronous tasks based on the futures-rs library. INDIRECT16
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-macro • 0.3.31The futures-rs procedural macro implementations. INDIRECT4
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT15
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT17
jobserver • 0.1.32An implementation of the GNU Make jobserver for Rust. INDIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
syn • 2.0.82Parser for Rust source codeINDIRECT2
zstd-safe • 4.1.3+zstd.1.5.1Safe low-level bindings for the zstd compression library.INDIRECT5
zstd-sys • 1.6.2+zstd.1.5.1Low-level bindings for the zstd compression library.INDIRECT4
MIT10
PackageRelationDependenciesPublished
async-stream-impl • 0.3.6proc macros for async-stream crateINDIRECT4
async-stream • 0.3.6Asynchronous streams using async & await notationDIRECT7
bitpacking • 0.8.4Fast integer compression/decompression via SIMD bit-packing. Port of simdcomp to rust.DIRECT1
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
integer-encoding • 3.0.4varint+zigzag and fixedint integer encoding/decoding (https://developers.google.com/protocol-buffers/docs/encoding)INDIRECT17
lz4-sys • 1.10.0Rust LZ4 sys package.INDIRECT4
lz4 • 1.26.0Rust LZ4 bindings library.DIRECT5
ordered-float • 1.1.1Wrappers for total ordering on floatsINDIRECT2
slab • 0.4.9Pre-allocated storage for a uniform data typeINDIRECT1
zstd • 0.9.2+zstd.1.5.1Binding for the zstd compression library.DIRECT6
BSD-3-Clause3
PackageRelationDependenciesPublished
alloc-no-stdlib • 2.0.4A dynamic allocator that may be used with or without the stdlib. This allows a package with nostd to allocate memory dynamically and be used either with a custom allocator, items on the stack, or by a package that wishes to simply use Box<>. It also provides options to use calloc or a mutable global variable for pre-zeroed memoryINDIRECT0
alloc-stdlib • 0.2.2A dynamic allocator example that may be used with the stdlibINDIRECT1
snap • 1.1.1A pure Rust implementation of the Snappy compression algorithm. Includes streaming compression and decompression. DIRECT0
BSD-3-Clause OR MIT2
PackageRelationDependenciesPublished
brotli-decompressor • 2.5.1A brotli decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. Alternatively, --features=unsafe turns off array bounds checks and memory initialization but provides a safe interface for the caller. Without adding the --features=unsafe argument, all included code is safe. For compression in addition to this library, download https://github.com/dropbox/rust-brotli INDIRECT2
brotli • 3.5.0A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe.DIRECT3
Apache-2.02
PackageRelationDependenciesPublished
parquet-format-async-temp • 0.2.0Temporary crate containing thrift library + parquet definitions compiled to support read+write async.DIRECT23
streaming-decompression • 0.1.2Fallible streaming iterator specialized for decompressionDIRECT1
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.0DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.0A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.6.0 version:

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