paft-aggregates 0.9.0

Aggregated info snapshots built on paft primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Aggregated snapshot models for the paft ecosystem.
//!
//! This crate provides instrument snapshot types that integrate with the `paft`
//! ecosystem.

#![forbid(unsafe_code)]
#![warn(missing_docs)]

pub mod snapshot;

pub use snapshot::{GenericSnapshot, Snapshot};