4 releases
Uses new Rust 2024
new 0.2.2 | Apr 17, 2025 |
---|---|
0.2.1 | Apr 17, 2025 |
0.2.0 | Nov 10, 2024 |
0.1.0 | Nov 10, 2024 |
#199 in Template engine
343 downloads per month
Used in 2 crates
(via tunnelbana-redirects)
17KB
345 lines
SimpleInterpolation
A dead simple interpolation format.
for example: this is an {interpolated} string
Variable names may have -
, _
, 0-9
, a-z
, and A-Z
, any other characters will be raised as errors.
simpleinterpolation
This is a simple library I created because I wanted something to take strings from users and interpolate them with variables.
It was created for speederboard and is mainly used in experienced and tunnelbana.