-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
When using TinyStr, I find that I often want to write strings that should be statically compiled to a TinyStr. Instead, I have to pick between parsing the strings into TinyStr at runtime, or hard-coding the bits into my source file. It would be much nicer if I could do
tiny_str_4!("root");and have that automatically compile to the TinyStr4 representation of that string (or fail to compile if the string is invalid).
zbraniecki
Metadata
Metadata
Assignees
Labels
No labels