Crate lino_env

Crate lino_env 

Source
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 .lenv files.

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.