Docs.rs
synd-term-0.3.2
synd-term 0.3.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
ymgyt
Dependencies
anyhow ^1
normal
bitflags ^2.8.0
normal
chrono ^0.4.39
normal
chrono-humanize ^0.2.3
normal
clap ^4.5
normal
crossterm ^0.28.1
normal
directories ^6.0.0
normal
edit ^0.1.5
normal
either ^1.13.0
normal
futures-util ^0.3.31
normal
graphql_client ^0.13.0
normal
html2text ^0.13.6
normal
itertools ^0.13
normal
nom ^8.0.0-alpha2
normal
nucleo ^0.5.0
normal
octocrab ^0.38.0
normal
open ^5.3.2
normal
ratatui ^0.29.0
normal
reqwest ^0.12.12
normal
schemars ^0.8.21
normal
serde ^1
normal
serde_json ^1.0.136
normal
synd-auth ^0.2.5
normal
synd-feed ^0.3.5
normal
synd-o11y ^0.1.9
normal
synd-stdx ^0.1.1
normal
thiserror ^2.0.11
normal
tokio ^1.43
normal
tokio-stream ^0.1.17
normal
optional
toml ^0.8.19
normal
tracing ^0.1.41
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3.19
normal
tui-widgets ^0.4.1
normal
unicode-segmentation ^1.12.0
normal
update-informer ^1.2.0
normal
url ^2.5.4
normal
assert_cmd ^2.0.16
dev
axum-server ^0.6.0
dev
criterion ^0.5.1
dev
fake ^2.10.0
dev
insta ^1.42
dev
kvsd ^0.1.3
dev
mockall ^0.13.1
dev
pprof ^0.13
dev
proptest ^1.6.0
dev
serial_test ^3.2.0
dev
tempfile ^3
dev
tokio-util ^0.7.13
dev
Versions
4.36%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
synd_
term
0.3.2
Clock
Required Methods
now
Implementors
In synd_
term::
application
synd_term
::
application
Trait
Clock
Copy item path
Source
pub trait Clock { // Required method fn
now
(&self) ->
DateTime
<
Utc
>; }
Required Methods
§
Source
fn
now
(&self) ->
DateTime
<
Utc
>
Implementors
§
Source
§
impl
Clock
for
SystemClock