Crate istring [] [src]

I String type hat has the same size as String, but allows the whole size, except for one byte to inline the data.

That means on 32bit machines: size_of::() == 12 bytes, inline capacity: 11 bytes on 64bit machines: size_of::() == 24 bytes, inline capacity: 23 bytes

Unions

IString