Plume/plume-models
Igor Galić 65e213309b
do not allocate empty strings
follow review from @pwoolcoc, and do not use

    SafeString::new(&<String>::new())

since this makes an allocation which will then just be thrown away.
Instead, we pass ""
2018-09-14 18:24:27 +02:00
..
src do not allocate empty strings 2018-09-14 18:24:27 +02:00
Cargo.toml Version bump 2018-09-11 19:53:14 +01:00