buffer-trigger 0.5.0

A data collection trigger based on the maximum number and refresh time
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! buffer trigger

#![deny(
    warnings,
    clippy::all,
    clippy::correctness,
    clippy::style,
    clippy::complexity,
    clippy::perf,
    clippy::pedantic,
    clippy::nursery,
    clippy::cargo
)]

pub mod buffer_trigger_async;
pub mod buffer_trigger_sync;