rwf 0.2.1

Framework for building web applications in the Rust programming language
Documentation
1
2
3
4
5
6
7
8
9
//! Analytics around aplication usage.
//!
//! Work in progress, but currently handles HTTP request tracking. On the roadmap:
//!
//! * Experiments (A/B testing)

pub mod requests;

pub use requests::Request;