Lib Web env
Go to file
2021-10-07 22:59:31 +01:00
src chore: add code 2021-10-07 22:59:31 +01:00
.gitignore init repo 2021-10-07 22:59:12 +01:00
Cargo.toml init repo 2021-10-07 22:59:12 +01:00
LICENSE init repo 2021-10-07 22:59:12 +01:00
README.md init repo 2021-10-07 22:59:12 +01:00

Webenv library

Fork me on GitHub

Load app environments, prepare config and structures

Part of the following developments:

How to use

1 - Clone or download this lib in a path, better outside of target development

2 - Get current version from Cargo.toml

3 - Include a line like the one below in target development Cargo.toml (adjust version & path) and use whatever is need.

webenv = { version = "0.1.2", path = "../lib/webenv" }

Structure

.
├── Cargo.toml
├── LICENSE
├── README.md
├── TODO.md
└── src
   └── lib.rs

Author

License

MIT