ParkMyCar / compact_str

A memory efficient string type that can store up to 24* bytes on the stack
MIT License
557 stars 41 forks source link

Align InlineBuffer same as Repr #358

Closed overlookmotel closed 5 months ago

overlookmotel commented 5 months ago

Fixes #353.

I also added assertions that HeapBuffer and StaticStr have same alignment as Repr.

overlookmotel commented 5 months ago

Any idea why CI is failing for MacOS?

could not compile `diesel_derives` (lib)

I am guessing that's unrelated to content of this PR?

NobodyXu commented 5 months ago

Yeah I think the CI failure is due to the dep.