2 releases
Uses old Rust 2015
0.1.1 | Aug 27, 2019 |
---|---|
0.1.0 | Oct 12, 2018 |
#5 in #metric
11KB
220 lines
Rust implementation for Application Performance Index (Apdex).
This implementation is based on Apdex Technical Specification v1.1. For more information about Apdex see Apdex Alliance website.
lib.rs
:
This crate provides Apdex
type that represents Application Performance Index.
This implementation is based on Apdex Technical Specification v1.1.
Dependencies
~93KB