- dependencies updated, f7f92e41, abde533c
- Rust 1.84 linting, db9773cc
- add
havn
to_typos.toml
, acd2b6f4
- use a
Vec<u16>
for ports, and pop from back, 167314a1
- Set default address to
::1
when using IPv6 with no user provided address, 99a5a828
- dead code removed, d55ae88f
- scan over localhost on ipv6, a3abe774
- README.md aarch64 cross build typo, 69df36ba
- dependencies updated, eb48e49f
get_extra_ips()
errant comma addition removed, dcb05f1c
- Refactor main fn to use let-else, thanks Thorsten Hans, 4f0b5b3b
- only match in the fmt::Display impl's when not in MONOCHROME mode, 11a5abe5
- .devcontainer updated, 04f23e5e
- create_release v0.5.4, 6cbd5114, fae25ff6
- GitHub workflow action dependency bump, ee2eeb6b
- dependencies updated, 644ed7e9, 6242b3ce, fb2db506
- files formatted, 6b6b8335
- .gitattributes, a445136e
- lints moved to Cargo.toml, 4e397e10
- .devcontainer updated, f2ca3bc1
- dependencies updated, b10346bf, 7a841f81
- devcontainer plugin updated, 21e58543
- GitHub workflow use matrix concurrency, 2767aae0
- Spinner fn new, use an atomic swap for spinner.start(), 9a0faa12
- readme updated, 43f23a47
- spinner, frames into a const, 43328651
- .devcontainer sparse protocol env removed, behaviour is now default in Rust 1.70, 2ecf56a4
- dependencies updated, a17b140c
- cli_arg descriptions improved, 78e0e865
- spinner use [char;10] instead of enum, 8d38f25d
- color enum just store digit, add escape chars in
write!()
, 517f422f
- refactor parse_arg tests, cd6c27b9
- init commit