ntfy 0.6.0

Library for sending notifications over ntfy
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env just --justfile

check:
    cargo fmt --all -- --config format_code_in_doc_comments=true
    cargo check
    cargo test
    cargo clippy -- -D warnings