fkl-parser 0.4.0

Feakin is a architecture design and visual collaboration tool. This is the parser for Feakin.
Documentation
1
2
3
4
5
pub mod api_contract;
pub mod http_api_binding;

pub use api_contract::*;
pub use http_api_binding::*;