bt_yaml_utils

Crates.iobt_yaml_utils
lib.rsbt_yaml_utils
version
sourcesrc
created_at2025-02-04 21:00:31.154728+00
updated_at2025-02-11 21:56:52.140484+00
descriptionBasic YAML reader operations
homepagehttps://github.com/bachuetech/bt_yaml_utils
repositoryhttps://github.com/bachuetech/bt_yaml_utils
max_upload_size
id1542718
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(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

License

GPL-3.0-only

Commit count: 4

cargo fmt