| Crates.io | bt_yaml_utils |
| lib.rs | bt_yaml_utils |
| version | 0.1.14 |
| created_at | 2025-02-04 21:00:31.154728+00 |
| updated_at | 2025-12-18 23:47:31.573982+00 |
| description | Basic YAML reader operations. Transform form YAML to data |
| homepage | https://github.com/bachuetech/bt_yaml_utils |
| repository | https://github.com/bachuetech/bt_yaml_utils |
| max_upload_size | |
| id | 1542718 |
| size | 25,158 |
BT YAML UTILS
Simple YAML utility helper to read yml files.
let y = get_yaml("fake_variable", "test_files/test-config_file.yml") ;
let v = convert_yaml_to_vec_string(&y);
GPL-3.0-only