Live data from Hacker News

Show HN: Temporary edits Rust libraries that your project depends on

github.com

1–2 of 2 posts

Re: Show HN: Temporary edits Rust libraries that your project depends on

#2
I'm not a rust user, but this seems like a really nice idea!

When I write C++ I normally vendor dependencies, and the ability to debug-step into them, and add in prints and other debug bits is invaluable. Unfortunately, I often end up having to leave small permanent changes lying around too (normally just small fixes to make it work in my build system / platform / whatever).