smart-string 0.3.0

A collection of string types and traits designed for enhanced string manipulation.
Documentation
1
2
3
4
5
6
7
8
# Docs

This directory contains developer-facing documentation for `smart-string`.

- `string-methods.md`: `std::string::String` inherent methods (list + properties table).
- `parity.api.md`: `std::string::String` compatibility checklist for `SmartString`/`PascalString`.
- `parity.pascalstring.md`: method-by-method correspondence table between `PascalString` and `std::string::String`.
- `parity.smartstring.md`: method-by-method correspondence table between `SmartString` and `std::string::String`.