generated from PlexSheep/baserepo
feat(log): apperently, show time or not was also no option???
cargo.yaml #313 -Commit
7db1833cbb
pushed by
PlexSheep
docs(cli): add crate level documentation
cargo.yaml #309 -Commit
b06a821f29
pushed by
PlexSheep
feat(log): apperently, it wasn't possible to set a min log level?
cargo.yaml #307 -Commit
8226d74fb9
pushed by
PlexSheep
fix(cli): clap count parser only works with u8, so revert the change to i8 back
cargo.yaml #306 -Commit
673eb691e9
pushed by
PlexSheep
refactor(log)!: rename ansiconst -> ansi
cargo.yaml #305 -Commit
87dc2871d7
pushed by
PlexSheep
docs(log): add defaults to builder methods #82
cargo.yaml #304 -Commit
edb6342b0c
pushed by
PlexSheep
refactor(log): apply more clippy findings
cargo.yaml #303 -Commit
b2bf00db46
pushed by
PlexSheep
refactor(log): remove depereciated Logger::build()
cargo.yaml #302 -Commit
73f935d9b2
pushed by
PlexSheep
refactor(log): remove depereciated Logger::build()
cargo.yaml #301 -Commit
65936a5c72
pushed by
PlexSheep
refactor(cli): apply all clippy findings
cargo.yaml #297 -Commit
476efb85c8
pushed by
PlexSheep
feat(cli::repl): #84 working and nice repl structure
cargo.yaml #289 -Commit
6ae2881148
pushed by
PlexSheep
feat(cli): add repl example without using library items
cargo.yaml #288 -Commit
d413b74d45
pushed by
PlexSheep
chore: reexport shlex and add dialoguer features
cargo.yaml #287 -Commit
a9fe9d21ec
pushed by
PlexSheep
refactor: reexport tracing from libpt-log
cargo.yaml #278 -Commit
1e912d9be8
pushed by
PlexSheep
feat(cli): add cli crate export to libpt
cargo.yaml #275 -Commit
3fd04a695d
pushed by
PlexSheep
feat(cli): add libpt-cli and reexport essential cli deps
cargo.yaml #268 -Commit
5e72ff3fa6
pushed by
PlexSheep
chore: bump version to v0.6.0-alpha.0
cargo.yaml #266 -Commit
101e20da43
pushed by
PlexSheep
add tests for the join module #79
cargo.yaml #255 -Commit
58624e14db
pushed by
PlexSheep
feat/bintols/join-array
Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
cargo.yaml #249 -Commit
492cedf5cc
pushed by
PlexSheep
feat/bintols/split-numbers-to-bytes
Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
cargo.yaml #247 -Commit
810bbf85de
pushed by
PlexSheep
feat/bintols/split-numbers-to-bytes
fix: split-numbers test solutions were wrong
cargo.yaml #244 -Commit
8f2f998759
pushed by
PlexSheep
feat/bintols/split-numbers-to-bytes
refactor: add doc comment for split numbers and change order to msb first
cargo.yaml #243 -Commit
b4228dec16
pushed by
PlexSheep
feat/bintols/split-numbers-to-bytes
refactor: split-numbers generic by converting to u128 #76
cargo.yaml #242 -Commit
77d473e22c
pushed by
PlexSheep
feat/bintols/split-numbers-to-bytes