db-keystore 0.2.0

SQLite-backed credential store for the `keyring-core` API
Documentation
1
2
3
4
5
6
7
8
9
_default:
    just --list

check:
    cargo clippy -- -D warnings
    rustfmt --edition 2024 --check src/*.rs
    cargo test
    typos
    cspell .