automataci 1.7.0

Solid Foundation for Kickstarting Your Software Development
Documentation
1
2
3
4
5
6
7
// [ COPYRIGHT CLAUSE HERE ]
pub mod entity;
pub mod greeter;
pub mod location;

#[cfg(test)]
mod greeter_test;