generated from PlexSheep/rs-base
chore: move everything to github for ci/cd
release.yaml #116 -Commit
2cbc6b3b25
pushed by
PlexSheep
chore: move everything to github for ci/cd
cargo.yaml #115 -Commit
2cbc6b3b25
pushed by
PlexSheep
docs(main): add a few explanatory comments to main
cargo.yaml #88 -Commit
03a2243a3e
pushed by
PlexSheep
Merge pull request 'v0.3.2' (#18) from devel into master
cargo.yaml #73 -Commit
ccd4f7ac93
pushed by
PlexSheep
Merge pull request 'v0.3.2' (#18) from devel into master
cargo.yaml #72 -Commit
63b56362c7
pushed by
PlexSheep
docs(readme): change docs.rs link to the documentation instead of the crate
cargo.yaml #70 -Commit
eba7d2fe01
pushed by
PlexSheep
fix: only read from stdin if it's not a terminal #17
cargo.yaml #62 -Commit
bf4e7b00d7
pushed by
PlexSheep
refactor: split at whitespace #1
cargo.yaml #54 -Commit
b0a4ec1c11
pushed by
PlexSheep
feat/numbers-from-stdin
Merge pull request 'add parser for all formats' (#13) from feat/parse-formats into devel
cargo.yaml #50 -Commit
abb8ed4f2e
pushed by
PlexSheep
test: numf_parser test for all types that should be supported by the generic #13
cargo.yaml #45 -Commit
47894a3f26
pushed by
PlexSheep
feat/parse-formats
refactor: numf_parser takes a generic unsigned int #13
cargo.yaml #44 -Commit
6649470ff7
pushed by
PlexSheep
feat/parse-formats
test: add tests for numf_parser #13
cargo.yaml #43 -Commit
c6ad45fb82
pushed by
PlexSheep
feat/parse-formats
feat: add a parser that can be used with clap for all formats except base32 and base64
cargo.yaml #41 -Commit
399021ecc6
pushed by
PlexSheep
feat/parse-formats
feat: add setters for FormatOptions
cargo.yaml #31 -Commit
47ae8e135b
pushed by
PlexSheep
test/basics
Merge pull request 'feat: padding and FormatOptions #9' (#11) from feat/padding into master
cargo.yaml #26 -Commit
6251546a31
pushed by
PlexSheep
refactor: use the cli struct as format options #11 #9
cargo.yaml #24 -Commit
cae701815e
pushed by
PlexSheep
feat/padding
fix: use a dependency to split the int instead of a builtin function #8
cargo.yaml #13 -Commit
24bf6cd97e
pushed by
PlexSheep
feat/other-formats
fix: use a dependency to split the int instead of a builtin function
cargo.yaml #12 -Commit
e1be745a2f
pushed by
PlexSheep
feat/other-formats
feat: add base32 and use fast32 as dep
cargo.yaml #9 -Commit
6f917e1d90
pushed by
PlexSheep
feat/other-formats