json-tools-rs 0.9.2

A high-performance Rust library for advanced JSON manipulation with SIMD-accelerated parsing, Rayon parallelism, and Python bindings with DataFrame/Series support
Documentation
1
2
3
4
5
6
7
# Clippy configuration
# CI enforces: -D warnings -D clippy::correctness -D clippy::perf -D clippy::suspicious
# Those are passed as flags in rust-ci.yml; this file configures lint-level settings.

# Allow expect/unwrap in tests (they produce better panic messages than assert)
allow-expect-in-tests = true
allow-unwrap-in-tests = true