ddns-core

Crates.ioddns-core
lib.rsddns-core
version0.1.0
created_at2025-05-31 16:43:58.753097+00
updated_at2025-05-31 16:43:58.753097+00
descriptionRuntime core for ddns-rs: scheduler, HTTP API and shared state.
homepagehttps://github.com/lvillis/ddns-rs
repositoryhttps://github.com/lvillis/ddns-rs
max_upload_size
id1696478
size100,672
(lvillis)

documentation

https://github.com/lvillis/ddns-rs/blob/main/README.md

README

ddns-core

Runtime backbone of ddns-rs.

Module Responsibility
scheduler Cron loop, IP detection, provider dispatch
http REST + Server-Sent Events via axum 0.8
status Thread-safe shared state (Arc<RwLock>)
cfg TOML / ENV / CLI merge with config crate
Commit count: 38

cargo fmt