summaryrefslogtreecommitdiff
path: root/rust/src/binary_view/reader.rs
AgeCommit message (Collapse)Author
2026-01-01update copyrights for 2026Jordan Wiens
2025-12-05[Rust] Fix misc clippy lints and warningsMason Reed
These are introduced after changing to Rust 1.91.1
2025-05-12[Rust] Misc cleanupMason Reed
2025-05-12[Rust] Move `BinaryReader` and `BinaryWriter` into `binary_view` moduleMason Reed
Both of these are associated directly to a `BinaryView` and only exist as accessors onto it.