## Copy-on-Write based string implementation Drop in replacement for TSring in the code which deeply relies on COW-semantic. * `#include ` main header of the library with the COW-string class itself * `#include ` in-place strings reverse implementation * `#include ` comparator/hashers/... template specialization allowing to use TCowString in tree-based or hash-based sets/maps. * `#include ` TCowString implementation of the substitution function provided for TString in ``. * `#include ` TCowString support of the `` serialization/deserialization.