lightstream 0.6.1

Composable, zero-copy Arrow IPC and native data streaming for Rust with SIMD-aligned I/O, async support, and memory-mapping.
Documentation
1
2
3
4
5
6
7
8
9
# Lightstream builds on nightly: the minarrow and vec64 dependencies use
# `allocator_api` and `portable_simd`, both nightly-only features.
# 
# Note that Nightly is a temporary requirement and moving Lightstream off Nightly is a current priority
# that will be addressed in an upcoming release.
#
# Changes supporting a stable version are planned.
[toolchain]
channel = "nightly"