archonitelabs / radiant-cpp

Radiant Library (C++)
Apache License 2.0
2 stars 1 forks source link

String implementation #5

Open jxy-s opened 2 months ago

jxy-s commented 2 months ago

Description of the feature, modification, idea, or suggestion.

String is a cornerstone container the needs an implementation. The string capability in Radiant should handle string "views" (also known as "references"). It should also carefully consider the implications of platform string-width requirements and conversions between encoding schemes. An initial v0.1.0 is almost certainly not going to cover everything but the interfaces should be thought through in support of future extensions and needs.

Proposed implementation details (optional)

No response