bt_yaml_utils

Crates.iobt_yaml_utils
lib.rsbt_yaml_utils
version0.1.14
created_at2025-02-04 21:00:31.154728+00
updated_at2025-12-18 23:47:31.573982+00
descriptionBasic YAML reader operations. Transform form YAML to data
homepagehttps://github.com/bachuetech/bt_yaml_utils
repositoryhttps://github.com/bachuetech/bt_yaml_utils
max_upload_size
id1542718
size25,158
(bachuetech)

documentation

README

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
  • 0.1.6
    • Update dependencies and add get_bool and get_u32
  • 0.1.6
    • Add get_i32
  • 0.1.7 *
  • 0.1.8
    • Update dependencies. Added get_f64
  • 0.1.9
    • Update dependencies.
  • 0.1.10
    • Added function get_yaml_from_string to load a YAML configuration from str.
  • 0.1.11
    • Update dependencies.
  • 0.1.12
    • Update dependencies.
  • 0.1.13
    • Added function get_usize
  • 0.1.14
    • Added function get_f32

License

GPL-3.0-only

Commit count: 13

cargo fmt