Movatterモバイル変換


[0]ホーム

URL:


Search

Lib.rs

Parser implementations
#yaml#lua#table#yaml-parser#parse

yaml2lua

Convert YAML to Lua table

1 unstable release

0.1.0Jul 15, 2024

#43 in#yaml-parser

39 downloads per month

Apache-2.0

7KB
179lines

yaml2lua

Convert YAML to Lua table

Version badgeDownloads badgeLicense badgeDocs badge

Example:

useyaml2lua::parse;let yaml=r#"string: yaml2luaint: 420bool: truenil: null"#;let lua=parse(yaml).unwrap();// Output:// {//   ["string"] = "yaml2lua",//   ["int"] = 420,//   ["bool"] = true,//   ["nil"] = nil,// }

lib.rs:

yaml2lua

Convert YAML to Lua table

Example:

useyaml2lua::parse;let yaml=r#"string: yaml2luaint: 420bool: truenil: null"#;let lua=parse(yaml).unwrap();// Output:// {//   ["string"] = "yaml2lua",//   ["int"] = 420,//   ["bool"] = true,//   ["nil"] = nil,// }

Made with <3 by Dervex

Dependencies

~2MB
~42KSLoC


[8]ページ先頭

©2009-2025 Movatter.jp