Docs.rs
rddns-0.1.1
rddns 0.1.1
Permalink
Docs.rs crate page
GPL-2.0-only
Links
Repository
crates.io
Source
Owners
donjuanplatinum
Dependencies
actix-web ^4.7.0
normal
clap ^4.5.6
normal
owo-colors ^4.0.0
normal
tokio ^1.38.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
rddns/
lib.rs
1
mod
config;
2
mod
nsd;
3
mod
routers;
4
mod
server;
5
pub use
config::Config;
6
pub use
server::Server;