Rewrite jwt-pitbul and boko-framework with modern Bux constructs

- jwt-pitbul: algebraic enums, Array<String>, methods on JwtAlg,
  string interpolation, structured Result/Option error handling.
- boko-framework: StringMap<String> for headers/query/path params,
  Request/Response methods, StringBuilder, for loops, algebraic enums.
- Update READMEs and bump versions to 0.2.0.
This commit is contained in:
2026-06-16 10:12:52 +03:00
parent aaeb01e518
commit 9c632ce389
7 changed files with 570 additions and 458 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[Package]
Name = "jwt-pitbul"
Version = "0.1.0"
Version = "0.2.0"
Type = "bin"
Description = "JWT CLI tool — encode, decode, verify, and key generation"