- Deutschland
- https://www.cscherr.de
-
I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.
- Joined on
2023-04-16
bug:
cargo install hedu
does not compile (v0.1.1)
bug:
cargo install hedu
does not compile (v0.1.1)
error[E0599]: no function or associated item named `init` found for struct `libpt::libpt_log::Logger` in the current scope
--> /home/plex/.cargo/registry/src/index.crates.io-6f17d22bba1500…
bug:
cargo install hedu
does not compile (v0.1.1)
WIP: Guess the format of numbers
We really only have these options:
- Don't use clap to parse our stuff and parse the numbers manually
- Only guess-parse the stdin
WIP: Guess the format of numbers
we need to specify a parser with a single parameter with clap derive to accept numbers with the cli. We could probably do manual parsing, but that sucks and I don't want to do it. We could…
WIP: Guess the format of numbers