typst / ecow

Compact, clone-on-write vector and string.
Apache License 2.0
205 stars 16 forks source link

Fix `test_mem_size` test on 32-bit systems #13

Closed CosmicHorrorDev closed 1 year ago

CosmicHorrorDev commented 1 year ago

Resolves #12

laurmaedje commented 1 year ago

Sadly no niche, true. All zeros isn't a possible state, but I can't communicate that to rustc. I thought about storing it as a NonZeroU128, but that also affects alignment.