stately-arrow 0.5.0

Arrow backend utilities for viewing data over API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Lowering the threshold to help prevent stack overflows (default is 16384)
# See: https://rust-lang.github.io/rust-clippy/master/index.html#/large_futures
future-size-threshold = 10000

allowed-wildcard-imports = [
    "constants",
    "error",
    "metrics",
    "super",
    "tracing",
    "types",
]