bit-twiddler 0.2.0

Cross-platform developer toolbox: bit manipulation, hashing, YAML/JSON/SQL, QR, Markdown, cron, and 40+ more tools — Tauri v2, no Node.js
1
2
3
4
5
6
7
8
9
10
11
12
pub mod binary;
pub mod cert;
pub mod cron;
pub mod crypto;
pub mod dialog;
pub mod image_b64;
pub mod jwt;
pub mod markdown;
pub mod password_hash;
pub mod qr;
pub mod sql;
pub mod yaml;