strings A collection of basic string classes with minimal dependencies for toy projects. fstring Fixed-length string with size() stored. sstring A shallow string composed of a size and a length. Does not own the pointers of its underlying buffer. imstring Immutable - forthcoming.