fluent-testing 0.0.5

A collection of mock scenarios for testing components of Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.
Documentation
1
2
3
4
5
mod fs;
pub mod scenarios;

pub use fs::MockFileSystem;
pub use scenarios::get_scenarios;