Commit Graph

11 Commits

Author SHA1 Message Date
Christoph J. Scherr 1f4818ff98 Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Successful in 1m15s Details
2024-05-13 15:55:04 +02:00
Christoph J. Scherr 2f14d672f4 chore: bump libpt to v0.5.1
cargo devel CI / cargo CI (push) Successful in 1m17s Details
2024-05-13 15:27:23 +02:00
Christoph J. Scherr 6649470ff7 refactor: numf_parser takes a generic unsigned int #13
cargo devel CI / cargo CI (push) Has been cancelled Details
2024-05-13 13:51:17 +02:00
Christoph J. Scherr 97608840b9 chore: bump version to v0.2.0
cargo devel CI / cargo CI (push) Successful in 1m16s Details
2024-05-12 21:21:34 +02:00
Christoph J. Scherr 32ecd3cd97 chore: set publish to true
cargo devel CI / cargo CI (push) Successful in 1m16s Details
2024-05-12 18:54:31 +02:00
Christoph J. Scherr 0f2ec91f62 docs: add categories and keywords
cargo devel CI / cargo CI (push) Successful in 1m13s Details
2024-05-12 18:49:11 +02:00
Christoph J. Scherr 24bf6cd97e fix: use a dependency to split the int instead of a builtin function #8
cargo devel CI / cargo CI (push) Failing after 1m13s Details
2024-05-12 18:36:48 +02:00
Christoph J. Scherr cb0c56107a feat: add base32 and use fast32 as dep #4
cargo devel CI / cargo CI (push) Successful in 1m18s Details
2024-05-12 01:56:13 +02:00
Christoph J. Scherr 00304ddff0 feat: add base64 format #4
cargo devel CI / cargo CI (push) Successful in 1m10s Details
This commit adds the option to output base64. Note that this converts
numbers to base64, not strings. formatting 65 will output "QQ==", the
same as using 'echo -ne "A" | base64' would (A is 65 in ASCII).
2024-05-12 01:49:11 +02:00
Christoph J. Scherr 6c66c285a0 feat: first working version 2024-05-10 19:26:09 +02:00
Christoph J. Scherr 6ffe30986b Initial commit 2024-05-10 13:57:36 +02:00