rust-web-server 17.0.0

rust-web-server (rws) is a static content web-server written in Rust
1
2
3
4
5
6
use crate::entry_point::environment_variables::read_system_environment_variables;

#[test]
fn env_vars() {
    read_system_environment_variables();
}