syoyo / tinyusdz

Tiny, dependency-free USDZ/USDA/USDC library written in C++14
Other
453 stars 32 forks source link

Deprecate value::StringData type #153

Open syoyo opened 2 months ago

syoyo commented 2 months ago

value::StringData is specific in TinyUSDZ, and it holds raw text block(something like C++/Python's raw-string), but the usage in TinyUSDZ code is not so frequent and could be deprecated(Could be replaced with std::string)