Docs.rs
ntp-daemon-0.3.7
ntp-daemon 0.3.7
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rnijveld
davidv1992
github:pendulum-project:ntp
Dependencies
async-trait ^0.1.68
normal
clap ^4.3.9
normal
libc ^0.2.147
normal
ntp-os-clock ^0.3.7
normal
ntp-proto ^0.3.7
normal
ntp-udp ^0.3.7
normal
rand ^0.8.5
normal
rustls ^0.21.2
normal
rustls-native-certs ^0.6.3
normal
rustls-pemfile ^1.0.3
normal
serde ^1.0.164
normal
serde_json ^1.0.99
normal
thiserror ^1.0.40
normal
tokio ^1.29.0
normal
toml ^0.7.5
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.17
normal
ntp-proto ^0.3.7
dev
Versions
13.02%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
LogReloader
ntp_
daemon
0.3.7
LogReloader
Required Methods
update_log
Implementors
In ntp_
daemon::
config::
dynamic
ntp_daemon
::
config
::
dynamic
Trait
LogReloader
Copy item path
Source
pub trait LogReloader { // Required method fn
update_log
(&self, f:
EnvFilter
); }
Required Methods
§
Source
fn
update_log
(&self, f:
EnvFilter
)
Implementors
§
Source
§
impl
LogReloader
for
ReloadHandle