Expand description
Python string module - string constants and classes Python string module implementation
This module provides string-related constants and template classes. Implementation matches Python’s string module API.
Structs§
Constants§
Functions§
- capwords
- string.capwords - capitalize words in string
- capwords_
py - Python-compatible wrapper function (concrete types)
- capwords_
wrapper - Simple wrapper for generated Rust code