No description
Find a file
Tobias Pfeiffer 3e478b5002 Intitial commit
2022-03-13 15:56:14 +01:00
net-cli Intitial commit 2022-03-13 15:56:14 +01:00
net-console Intitial commit 2022-03-13 15:56:14 +01:00
net-protocols Intitial commit 2022-03-13 15:56:14 +01:00
net-routes Intitial commit 2022-03-13 15:56:14 +01:00
net-services Intitial commit 2022-03-13 15:56:14 +01:00
net-services-sample-plugin Intitial commit 2022-03-13 15:56:14 +01:00
otel-mrt Intitial commit 2022-03-13 15:56:14 +01:00
quote-html Intitial commit 2022-03-13 15:56:14 +01:00
.gitignore Intitial commit 2022-03-13 15:56:14 +01:00
.gitlab-ci.yml Intitial commit 2022-03-13 15:56:14 +01:00
Cargo.toml Intitial commit 2022-03-13 15:56:14 +01:00
CHANGELOG.md Intitial commit 2022-03-13 15:56:14 +01:00
LICENSE Intitial commit 2022-03-13 15:56:14 +01:00
README.md Intitial commit 2022-03-13 15:56:14 +01:00

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.