| Crates.io | dbml-rs |
| lib.rs | dbml-rs |
| version | 1.0.0 |
| created_at | 2023-01-20 08:52:16.475481+00 |
| updated_at | 2025-01-03 18:11:04.507928+00 |
| description | A DBML Parser for Rust. |
| homepage | |
| repository | https://github.com/apskhem/dbml-rs |
| max_upload_size | |
| id | 763243 |
| size | 108,868 |
A DBML parser implemented in Rust programming language.
use dbml_rs::*;
use std::fs;
fn main() {
let input = fs::read_to_string("path/to/your/file.dbml");
let result = parse_dbml(&input);
}
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.