mirror of
https://github.com/encounter/object.git
synced 2026-07-10 12:18:39 -07:00
b87fc2f0cb
The goal is to reduce the amount of casts required by API users, and make it easier to correctly handle overflow later (not implemented by this commit). usize is still used in many places for counts. Breaking changes: - WritableBuffer trait method signatures - various low level writer APIs