handlebars-rust
handlebars-rust copied to clipboard
Index access support for String
At the moment, we only support index access for Array. String is also accessible via number index. Given s = "hello", the expression s.[0] should output h.
Attempted in #251 but for now it's not possible to get borrowed substring in serde.
I'm moving this out of 2.0's scope for now.