batched 0.2.11

rust macro util for batching expensive operations
Documentation
1
2
3
4
5
6
7
#![feature(try_trait_v2)]
#![feature(negative_impls)]
#![feature(specialization)]

pub mod error;
pub use batched_derive::batched;
pub mod tracing;