Hi everyone! I recently ported the Python tool git-dumper to Rust. For any .git
directory exposed on an endpoint, it can dump source code by enumerating the git object files with a ≈10x speed boost. Perhaps I can improve by eliminating some .clone()
s but I’d love to hear your thoughts on it.
You must log in or register to comment.