Docs.rs
durable-rust-0.1.1
durable-rust 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
vikyw89
Dependencies
chrono ^0.4
normal
durable-db ^0.1.1
normal
durable-macros ^0.1.1
normal
sea-orm ^1
normal
sea-orm-migration ^1
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
uuid ^1
normal
serde_json ^1
dev
tokio ^1
dev
uuid ^1
dev
Versions
40%
of the crate is documented
Go to latest version
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
Skip to main content
Crate durable_rust
durable_
rust
0.1.1
All Items
Crate Items
Re-exports
Modules
Functions
Attribute Macros
Crate
durable_
rust
Copy item path
Source
Re-exports
§
pub use ctx::
Ctx
;
pub use error::
DurableError
;
pub use executor::
Executor
;
Modules
§
ctx
error
executor
Functions
§
init
Initialize durable: connect to Postgres and run migrations.
Attribute Macros
§
step
Marks a function as a durable step.
workflow
Marks a function as a durable workflow.