-
v0.4.1
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m35sreleased this
2024-09-06 13:57:55 +02:00 | 1 commits to master since this releasec09a1f2docs: more readme examples
335a5b2chore: bump version
6b79c02docs: improve api docs for all of format.rs
fe71372docs: document the parser functions
0261d74refactor: use logger for errors
df32a86reafactor(numf_parser): add numf_parser_str and make numf_parser work with any data
45409c4test: add tests for raw mode
24ad56cfeat: allow raw input with stdin
c18d1c0docs: add raw mode to readmeDownloads
-
Source code (ZIP)
15 downloads
-
Source code (TAR.GZ)
16 downloads
-
Source code (ZIP)
-
v0.4.0
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m41sreleased this
2024-09-06 12:02:32 +02:00 | 10 commits to master since this releasef3d7d80automatic cargo CI changes
c33b4adMerge branch 'devel' of https://git.cscherr.de/PlexSheep/numf into devel
d315e24feat: output raw binary #26
887a29dautomatic cargo CI changes
e210b68Merge branch 'devel' of https://git.cscherr.de/PlexSheep/numf into devel
727b84efeat: add logger
d7372b9automatic cargo CI changes
e92af8arefactor: write in binary now
23c653echore: bump to v0.4.0
03a2243docs(main): add a few explanatory comments to main
71f1f2bdocs(main): remove module level doc comment in main.rs (not needed)
c5790f9Merge pull request 'output a random number' (#21) from feat/rand into devel
93a2756automatic cargo CI changes
3926be8Merge branch 'feat/rand' of https://git.cscherr.de/PlexSheep/numf into feat/rand
8fbc612feat(rand): #19 #21 add max rand and use number parser
950c26aautomatic cargo CI changes
0923bf5feat(rand): add rand option to FormatOptionsDownloads
-
Source code (ZIP)
15 downloads
-
Source code (TAR.GZ)
15 downloads
-
Source code (ZIP)
-
v0.3.3
Pre-releaseAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m21sreleased this
2024-05-16 18:25:00 +02:00 | 27 commits to master since this release826c3c7refactor(scripts): don't decorate the changelog with branch info and so on
2da1887chore: bump to v0.3.3
d87d5d0docs(readme): add install instructions for cargo with crates.io
9c8446cdocs(format): add module documentation and example
3603c51docs(readme): fix typoDownloads
-
Source code (ZIP)
15 downloads
-
Source code (TAR.GZ)
16 downloads
-
Source code (ZIP)
-
v0.3.2
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m16sreleased this
2024-05-16 17:53:45 +02:00 | 32 commits to master since this release947636cchore: bump to v0.3.2
eba7d2fdocs(readme): change docs.rs link to the documentation instead of the crate
1a87391docs(readme): add fancy badges and mirror links
f4b8927docs(help): change formulation for numbers
0520032docs: add some info to the readme
9c9b476docs: fix --help formatting
8325058chore: remove unused dep clap-num and disable default features for libptDownloads
-
Source code (ZIP)
14 downloads
-
Source code (TAR.GZ)
15 downloads
-
Source code (ZIP)
-
v0.3.1
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m14sreleased this
2024-05-13 17:02:40 +02:00 | 40 commits to master since this releaseb73850achore: bump version to v0.3.1
bf4e7b0fix: only read from stdin if it's not a terminal #17
f93e5f6fix: parse first then add numbers from stdin #16Downloads
-
Source code (ZIP)
15 downloads
-
Source code (TAR.GZ)
15 downloads
-
Source code (ZIP)
-
v0.3.0
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m15sreleased this
2024-05-13 16:36:18 +02:00 | 43 commits to master since this release378e3d7chore: bump to v0.3.0
585bb41refactor: split at whitespace #1 #15
00c6b35feat: allow reading numbers from stdin #1
7eb00e0refactor: use libpt for joining the base64 parser vec #5 #13
1bb0ffdrefactor: use libpt to join the fast32 vecs into the integer type #13 #5
2f14d67chore: bump libpt to v0.5.1
68d9cdafeat: add hacky parsing for base32 and base64 #13 #5
44be69atest: add prefix to base32 parser test #13
47894a3test: numf_parser test for all types that should be supported by the generic #13
6649470refactor: numf_parser takes a generic unsigned int #13
c6ad45ftest: add tests for numf_parser #13
18cccddtest: fix numf_parser doctest #13 #5
399021efeat: add a parser that can be used with clap for all formats except base32 and base64
b007a54docs: add base64 and base32 to the readmeDownloads
-
Source code (ZIP)
19 downloads
-
Source code (TAR.GZ)
14 downloads
-
Source code (ZIP)
-
v0.2.0
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m16sreleased this
2024-05-12 21:21:42 +02:00 | 62 commits to master since this release9760884chore: bump version to v0.2.0
9700ae5test: check set_format #12
290b959refactor: more derives
a88a03etest: padded prefixed formatting #12
1f91710chore: format tests
fe01412test: add prefix test #12
9bfc850test: add padding test #12
47ae8e1feat: add setters for FormatOptions
8b41904test: testing the format #12
4f269fbrefactor: add more derives
cae7018refactor: use the cli struct as format options #11 #9
82c1bf8feat: padding and FormatOptions #9Downloads
-
Source code (ZIP)
17 downloads
-
Source code (TAR.GZ)
16 downloads
-
Source code (ZIP)
-
v0.1.0
StableAll checks were successfulcargo devel CI / cargo CI (push) Successful in 1m16sreleased this
2024-05-12 18:57:50 +02:00 | 78 commits to master since this release32ecd3cchore: set publish to true
721467bdocs: add author and version to --help flag
0f2ec91docs: add categories and keywords
ec4aa09feat: add lib.rs #10
24bf6cdfix: use a dependency to split the int instead of a builtin function #8
cb0c561feat: add base32 and use fast32 as dep #4
00304ddfeat: add base64 format #4
5a780f8fix: print usage when no arguments are passed #2
3fd52c1refactor: move Format enum to a new module
8f49160docs: add usage example
380968adocs: Add supported formats to the readme
d9c921erefactor: use a larger integer type #3
df621fdfix: fix cli interface to not need a format flag
6c66c28feat: first working version
6ffe309Initial commitDownloads
-
Source code (ZIP)
17 downloads
-
Source code (TAR.GZ)
15 downloads
-
Source code (ZIP)
generated from PlexSheep/rs-base