Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: leveva-0.2.0

Signed-off-by: Xe Iaso <me@xeiaso.net>

+2 -2
+1 -1
Cargo.lock
··· 1193 1193 1194 1194 [[package]] 1195 1195 name = "leveva" 1196 - version = "0.1.0" 1196 + version = "0.2.0" 1197 1197 dependencies = [ 1198 1198 "arc-swap", 1199 1199 "axum",
+1 -1
leveva/Cargo.toml
··· 1 1 [package] 2 2 name = "leveva" 3 - version = "0.1.0" 3 + version = "0.2.0" 4 4 edition = "2021" 5 5 publish = false 6 6 description = "The idiomatic-Rust IRC daemon end-state of the ircd.rs port. Greenfield."