Move spv writer to its own module.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 10 Dec 2025 16:44:24 +0000 (08:44 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 10 Dec 2025 16:44:24 +0000 (08:44 -0800)
commitc1300cbcd1fca10414d797b87cf469ee8c2d4642
tree16ce303e255696ff33363b0da49fac69a3c21c45
parentfae04d37cd3471af9ae8039e013801db2327de6f
Move spv writer to its own module.
rust/Cargo.lock
rust/pspp/Cargo.toml
rust/pspp/src/lib.rs
rust/pspp/src/output.rs
rust/pspp/src/output/drivers/spv.rs
rust/pspp/src/spv.rs [new file with mode: 0644]
rust/pspp/src/spv/write.rs [new file with mode: 0644]
rust/pspp/src/sys/write.rs