nixide/rust/nix-store
Robert Hensing ce07ed1c07 fix: Mark all StorePath pointer management as unsafe
... because it is. I had previously dismissed the comparatively
trivial unsafety of these functions, assuming the caller is
aware of the purpose of them and reasonably familiar with manual
memory management.
That would have been fine in an unsafe by default language like C++,
which Rust is not.

(cherry picked from commit b43455fdd0468f067741a79a7031ba2fa907f0eb)
2025-10-04 02:31:16 +02:00
..
src fix: Mark all StorePath pointer management as unsafe 2025-10-04 02:31:16 +02:00
Cargo.toml feat: Make Cargo.toml source locations explicit 2025-10-04 02:31:16 +02:00