anki/rslib
Damien Elmes 0087eee6d9 handle conditional replacement in Rust
This extends the existing Rust code to handle conditional
replacement. The replacement of field names and filters to text
remains in Python, so that add-ons can still define their own
field modifiers.

The code is currently running the old Pystache rendering and the
new implementation in parallel, and will print a message to the
console if they don't match. If you notice any problems, please
let me know.
2020-01-08 20:28:04 +10:00
..
src handle conditional replacement in Rust 2020-01-08 20:28:04 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
build.rs tweaking the folder names again 2020-01-03 07:48:38 +10:00
Cargo.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00
Makefile make sure rust tests rerun on source change; don't hide output 2020-01-07 09:29:43 +10:00
rust-toolchain tweaking the folder names again 2020-01-03 07:48:38 +10:00
rustfmt.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00