davenport
is a Rust microcrate that provides ergonomic thread-local workspaces for intermediate data.
```rust use davenport::{definethreadlocalworkspace, withthreadlocalworkspace};
pub struct MyWorkspace {
index_buffer: Vec
definethreadlocal_workspace!(WORKSPACE);
fn medianfloor(indices: &[usize]) -> Option
See the documentation for an in-depth explanation of the crate.
Licensed under the terms of both MIT and Apache 2.0 at your option. See LICENSE-MIT
and LICENSE-APACHE
for the detailed license text.