# 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`.