DBML parser for Rust

MSRV MIT or Apache 2.0 licensed unsafe forbidden

DBML parser implemented in Rust programming language.

How to use it?

```rust use dbml_rs::*;

fn main() { let result = parse_file("path/to/your/file.dbml"); } ```

License

Licensed under either of

Contribution

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.