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

Download history 119/week @ 2025-02-04 125/week @ 2025-02-11 14/week @ 2025-02-18 13/week @ 2025-02-25 10/week @ 2025-03-04 87/week @ 2025-03-11 55/week @ 2025-03-18 5/week @ 2025-03-25 170/week @ 2025-04-01 77/week @ 2025-04-08

391 downloads per month
Used in bt_http_cli_conf

GPL-3.0-only

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