Expand description
LinoEnv - A Rust library to read and write .lenv files.
.lenv files use : instead of = for key-value separation.
Example: GITHUB_TOKEN: gh_....
Structs§
- LinoEnv
LinoEnv- A struct to read and write.lenvfiles.
Constants§
- VERSION
- Package version (matches Cargo.toml version).
Functions§
- read_
lino_ env - Convenience function to read a .lenv file.
- write_
lino_ env - Convenience function to create and write a .lenv file.