# pwntools-rs ## What is this? A minimal implementation of [Pwntools](https://github.com/gallopsled/pwntools) written in Rust. ## Why is this? Why not? ## Features - A logging framework - TCP client/server - Packing/Unpacking of integers/bytes ## Examples Usage examples can be found in the [examples](examples) directory, including solutions for retired pwn challenges from Hack THe Box.