Import tinytemplate 1.2.1 upstream upstream/1.2.1
authorWoohyun Jung <wh0705.jung@samsung.com>
Thu, 16 Mar 2023 05:54:48 +0000 (14:54 +0900)
committerWoohyun Jung <wh0705.jung@samsung.com>
Thu, 16 Mar 2023 05:54:48 +0000 (14:54 +0900)
commitaea851f587e7dc72c4ca926481972c67639b05cd
treef38e62577fd24d25adf846c0175124710f3cd4fc
Import tinytemplate 1.2.1
17 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0755]
.gitignore [new file with mode: 0755]
CHANGELOG.md [new file with mode: 0755]
CONTRIBUTING.md [new file with mode: 0755]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0755]
LICENSE-APACHE [new file with mode: 0755]
LICENSE-MIT [new file with mode: 0755]
README.md [new file with mode: 0755]
benches/benchmarks.rs [new file with mode: 0755]
src/compiler.rs [new file with mode: 0755]
src/error.rs [new file with mode: 0755]
src/instruction.rs [new file with mode: 0755]
src/lib.rs [new file with mode: 0755]
src/syntax.rs [new file with mode: 0755]
src/template.rs [new file with mode: 0755]