caracat

Crates.iocaracat
lib.rscaracat
version1.0.0
sourcesrc
created_at2023-04-04 17:14:06.156983
updated_at2023-04-04 17:14:06.156983
descriptionA fast ICMP/UDP IPv4/v6 Paris traceroute and ping engine.
homepage
repositoryhttps://github.com/maxmouchet/caracat
max_upload_size
id830334
size202,452
Maxime Mouchet (maxmouchet)

documentation

README

caracat

crates.io docs.rs test publish

caracat (always in lowercase) is a port of caracal from C++ to Rust.

The initial motivation was to benefit from a saner build system to make the project easier to maintain. The architecture is very similar between the two projects and the input/output format is the same.

Two example binaries are provided:

# Implementation of caracal command-line interface
cargo run --example caracal -- --help
# (Partial) implementation of yarrp
cargo run --example yarrp -- --help

For more information, please refer to the caracal documentation and to the API documentation.

Commit count: 18

cargo fmt