substitute 0.2.0

extremly simple string templating
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "substitute"
version = "0.2.0"
edition = "2021"
description = "extremly simple string templating"
keywords = ["template", "strings", "replace", "no-std"]
categories = ["template-engine"]
license = "MIT"
repository = "https://git.envs.net/binarycat/substitute"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[features]
std = ["alloc"]
alloc = []