/fstring

a std::string implementation base on COW(copy-on-write)

Primary LanguageC++MIT LicenseMIT

fstring

fstring is std::string-like which base on copy-on-write. PS: just for cpp learning and training