No description
| net-cli | ||
| net-console | ||
| net-protocols | ||
| net-routes | ||
| net-services | ||
| net-services-sample-plugin | ||
| otel-mrt | ||
| quote-html | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
net
Crates
net-cli
Command line utility to interact with a server, using protocols line HTTP, SMTP and DNS.
net-console
A minimal web interface for net-services.
net-protocols
Pure Rust implementation of common internet protocols, such as HTTP, SMTP and DNS.
net-routes
A proc-macro for request routing, meant to be used in net-services modules.
net-services
A router/proxy, that can also be configured to act as a web server.
otel-mrt
A minimal OpenTelemetry runtime.
quote-html
Proc-macro based inline HTML support for Rust, to be used in WASM environments.