Docs.rs
sendword-0.9.0
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
sendword 0.9.0
Simple HTTP webhook to command runner sidecar. Frontend for managing hooks, JSON state for config portability, SQLite for execution history and logs.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
backup
barriers
executor
models
routes
trigger_rules
views
config.rs
config_writer.rs
db.rs
email.rs
error.rs
extractors.rs
id.rs
interpolation.rs
lib.rs
main.rs
masking.rs
notification.rs
payload.rs
retry.rs
server.rs
tasks.rs
timestamp.rs
views.rs
webhook_auth.rs
1
2
3
pub
fn
new_id
(
)
->
String
{
uuid
::
Uuid
::
now_v7
(
)
.
to_string
(
)
}