Docs.rs
enigmatick-0.4.1
enigmatick 0.4.1
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
justindthomas
Dependencies
ammonia ^3.3
normal
anyhow ^1.0
normal
async-mutex ^1.4
normal
atty ^0.2
normal
axum ^0.8.4
normal
axum-extra ^0.10.1
normal
base64 ^0.21.7
normal
bytes ^1
normal
cfg-if ^1.0.0
normal
chrono ^0.4.34
normal
clap ^4.5.1
normal
comfy-table ^7.1.0
normal
convert_case ^0.6.0
normal
crossbeam-channel ^0.5
normal
crossterm ^0.27
normal
ctrlc ^3.4
normal
deadpool-diesel ^0.6.1
normal
diesel ^2.2
normal
diesel-derive-enum ^2.1.0
normal
diesel_migrations ^2.2.0
normal
dotenvy ^0.15
normal
enum_dispatch ^0.3.12
normal
env_logger ^0.11
normal
futures-lite ^2.2
normal
httpdate ^1
normal
identicon-rs ^7.0.0
normal
image ^0.24.9
normal
img-parts ^0.4.0
normal
indicatif ^0.17
normal
infer ^0.19.0
normal
jdt_activity_pub ^0.2.72
normal
lazy_static ^1.4.0
normal
log ^0.4
normal
log4rs ^1.3
normal
maplit ^1.0
normal
mime_guess ^2.0.5
normal
once_cell ^1.21.3
normal
orion ^0.17
normal
rand ^0.8
normal
regex ^1
normal
reqwest ^0.12
normal
rsa ^0.9
normal
rust-embed ^8.3.0
normal
serde ^1
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tokio ^1.36
normal
tower ^0.4
normal
tower-http ^0.5.2
normal
url ^2.5
normal
urlencoding ^2.1
normal
uuid ^1
normal
webpage ^2.0
normal
Versions
11.38%
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
prune_cache_items
enigmatick
0.4.1
In enigmatick::
models::
cache
enigmatick
::
models
::
cache
Function
prune_
cache_
items
Copy item path
Source
pub async fn prune_cache_items<C:
DbRunner
>( conn:
&C
, cutoff:
DateTime
<
Utc
>, ) ->
Result
<
usize
>