goog_cc 0.1.0

A direct Rust port of the Google Congestion Control algorithm from WebRTC
Documentation
1
2
3
4
5
6
7
mod alr_experiment;
mod field_trials;
mod rate_control;

pub use alr_experiment::*;
pub use field_trials::*;
pub use rate_control::*;