ehttpd 0.14.0

A HTTP server nano-framework, which can be used to create custom small-scale HTTP server applications
Documentation
1
2
3
4
5
6
7
{
    "rust-analyzer.checkOnSave": true,
    "rust-analyzer.check.command": "clippy",
    "[rust]": {
        "editor.formatOnSave": true
    }
}