Docs.rs
spring-job-0.4.6
spring-job 0.4.6
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
holmofy
Dependencies
anyhow ^1.0
normal
chrono ^0.4
normal
inventory ^0.3.15
normal
serde ^1.0
normal
serde_json ^1.0
normal
spring ^0.4
normal
spring-macros ^0.4
normal
tokio-cron-scheduler ^0.15
normal
tracing ^0.1
normal
uuid ^1
normal
Versions
15%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
one_shot
spring_
job
0.4.6
one_
shot
Sections
Syntax
Attributes
Examples
In crate spring_
job
spring_job
Attribute Macro
one_
shot
Copy item path
Source
#[one_shot]
Expand description
§
Syntax
#[one_shot(60)]
§
Attributes
"path"
: Raw literal string with path for which to register handler.
§
Examples
#[one_shot(
60
)]
async fn
example() {
println!
(
"hello world"
); }