lolbinarycat
lolbinarycat
Now that type-based search does actually work for non-function items, do we want to revisit this?
For what it's worth: people writing a MVP with no regard for error handling are unlikely to go out of their way to add a dependency on an extension crate...
also note that os-managed tempfiles may not be available on every platform, while rust-managed tempfiles can work on any platform where files can be deleted.
if tempfile should be in stdlib, doesn't require a portable interface to the system RNG?
perhaps [RFC 3229](https://www.rfc-editor.org/rfc/rfc3229.html) could be used for this.
did some testing with xdelta. nightly-2024-06-10-x86_64-unknown-linux-gnu/bin/rustc is 2.6M the 2024-09-19 nightly is also 2.6M the delta between them is 525K (down to 487K when running with -9). that's about a...
it's worth noting that xdelta3 is just a piece of software, vcdiff is the underlying file format. unfortunatly RFC 3229 doesn't have much in terms of software support, but it's...
what if you did a diff of two uncompressed tarballs of the entire component? since currently we download whole components at a time.
> What prior art have you seen for this? essentially every program that has aliases either prints them together, or prints them entirely separately, with the alias having a description...
don't forget extend_from_slice.