case in point, Vec::extend_from_slice(), introduced in 1.6.0 https://doc.rust-lang.org/std/vec/struct.Vec.html#method.extend_from_slice
If Rust gets specialization this function may be deprecated.
even the stdlib is throwing shade
case in point, Vec::extend_from_slice(), introduced in 1.6.0 https://doc.rust-lang.org/std/vec/struct.Vec.html#method.extend_from_slice
If Rust gets specialization this function may be deprecated.
even the stdlib is throwing shade
i remember when i would write // TODO: replace when x is stabilized
very cool. i can't use MaybeUninit to provide uninitialized input because the zstd-safe crate doesn't know what MaybeUninit is and the orphan crate rule means i have to nag them because uhhhh soundness
that one's probably worth upstreaming
oh god fucking damn it they encoded it into the WriteBuf trait https://docs.rs/zstd-safe/7.2.4/zstd_safe/trait.WriteBuf.html nvm less work for me