Browse code

Add readme

Robert Cranston authored on 18/05/2020 12:31:27
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+# [`cxx-str`][]
2
+
3
+A [C++11][] [`std::string`][] [macro][] library.
4
+
5
+[`cxx-str`]: https://git.rcrnstn.net/rcrnstn/cxx-str
6
+[C++11]: https://en.wikipedia.org/wiki/C++11
7
+[`std::string`]: https://en.cppreference.com/w/cpp/string/basic_string
8
+[macro]: https://en.cppreference.com/w/cpp/preprocessor/replace