5 releases
Uses new Rust 2024
0.1.5 | Apr 6, 2025 |
---|---|
0.1.4 | Apr 6, 2025 |
0.1.2 | Mar 17, 2025 |
0.1.1 | Feb 11, 2025 |
0.1.0 | Feb 4, 2025 |
#201 in Value formatting
391 downloads per month
Used in bt_http_cli_conf
6KB
Project Title
BT YAML UTILS
Description
Simple YAML utility helper to read yml files.
Usage
let y = get_yaml("fake_variable", "test_files/test-config_file.yml") ;
let v = convert_yaml_to_vec_string(&y);
Version History
- 0.1.0
- Initial Release
- 0.1.0
- Update YAML dependency to 0.10.0
- 0.1.2
- Update dependencies and move to Rust 2024 Edition
- 0.1.3
- Update dependencies
- 0.1.4
- Update dependencies
- 0.1.5
- Update dependencies
License
GPL-3.0-only
Dependencies
~2MB
~36K SLoC