flexible-string 0.1.0

A stack heap flexible string designed to improve performance
Documentation
1
2
3
4
#![feature(test)]

type BenchStringType = flexible_string::FlexibleString<250>;
include!("common/string.in.rs");