2 unstable releases
new 0.2.0 | Nov 10, 2024 |
---|---|
0.1.0 | Nov 10, 2024 |
#159 in Template engine
224 downloads per month
Used in 2 crates
(via tunnelbana-redirects)
16KB
336 lines
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.
lib.rs
:
SimpleInterpolation
A dead simple interpolation format
this is an {interpolated} string
Variable names may have -
, _
, 0-9
, a-z
, and A-Z
, any other characters will cause errors.