DBML parser implemented in Rust programming language.
```rust use dbml_rs::*;
fn main() { let result = parse_file("path/to/your/file.dbml"); } ```
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Always welcome you to participate, contribute and together.