Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 537 Bytes

String Libraries

This directory is a home to functions that work with text-as-strings. The interface to most functions in here are std::string and absl::string_view (eventually std::string_view once minimum library requirements move beyond C++11), and std::istream and std::ostream.

If there's a pure string operation that is not already covered by absl's string library, it should go here.