Skip to content

Releases: sword-demon/rcli

v1-14-jwt

13 May 14:37

Choose a tag to compare


1-14-jwt - 2024-05-13

Other

  • wx, fix: cliff.toml change - (1c1e831) - wxvirus
  • wx, feat: customize to generate jwt and verify it - (d5b4ab4) - wxvirus

v1-13-trait-and-enum-dispatch

09 May 15:19

Choose a tag to compare


1-13-trait-and-enum-dispatch - 2024-05-09

Other

  • wx, feat: refactor with a CmdExecutor trait - (5492d01) - wxvirus
  • wx, pref: use enum_dispatch to reduce duplicate code - (eb71914) - wxvirus

v1-12-tower-http

07 May 13:27

Choose a tag to compare


1-12-tower-http - 2024-05-07

Other

  • wx, feat: add tower-http support - (6ec6858) - wxvirus

v1-11-http-static-server

29 Apr 15:12

Choose a tag to compare


1-11-http-static-server - 2024-04-29

Other

  • wx, docs: update README.md - (db72e30) - wxvirus
  • wx, feat: add tokio, axum, tracing some relation of http crate for a example - (015772f) - wxvirus
  • wx, feat: use tokio, axum to complete a file handler - (af58bd6) - wxvirus

v1-10-sign-verify

28 Apr 13:37

Choose a tag to compare


1-10-sign-verify - 2024-04-28

Other

  • wx, feat: use blake3, Ed25519 to generate a sign and verify sign function - (f14659f) - wxvirus

v1-9-base64

24 Apr 15:28

Choose a tag to compare


1-9-base64 - 2024-04-24

Miscellaneous Chores

Other

  • wx, feat: use base64 to generate some text and decode it - (05798f1) - wxvirus
  • wx, docs: changelog - (ab995dc) - wxvirus
  • wx, fix: anyhow:Ok - (326c6a3) - wxvirus
  • fix: run test fail - (26ff4b4) - wxvirus
  • fix for structure for project - (24458c0) - wxvirus
  • fix for cargo.toml -> Cargo.toml - (651fa48) - wxvirus

v1-8-genpass

23 Apr 13:07

Choose a tag to compare


[1-8-genpass] - 2024-04-23

Other

  • use some crate to deserialize csv content - (ebb8ea4) - wxvirus
  • wx, feat: use serde, serde-json, clap, anyhow, csv to build a cli for csv2json tool - (38bb9a4) - wxvirus
  • wx, feat: use serde-json, toml, serde-yaml convert json string to yaml, toml, json - (1c046ad) - wxvirus
  • wx, fix: delete some file for output and set .gitignore - (286ac20) - wxvirus
  • wx, fix: delete some file for output and set .gitignore - (0b09bf7) - wxvirus
  • wx, feat: add password generator - (0b6ab29) - wxvirus
  • feat: use zxcvbn to test password strength - (c201f40) - wxvirus