toni 0.1.1

Fast and modular web framework for scalable applications
Documentation
1
2
3
4
5
6
7
mod container;
pub use self::container::ToniContainer;
mod instance_loader;
pub use self::instance_loader::ToniInstanceLoader;
mod module;
mod dependency_graph;
pub use self::dependency_graph::DependencyGraph;