https://github.com/tadghh/rust-env-demo
https://github.com/tadghh/rust-env-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadghh/rust-env-demo
- Owner: tadghh
- Created: 2024-11-05T05:26:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T05:30:30.000Z (7 months ago)
- Last Synced: 2025-01-13T05:42:59.526Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of rust/cargo env behaviour
showcases embedded env, env set with `config.toml` and dynamic env values.
```sh
cargo run dev
cargo build --release
./target/release/rust-env-demo
```