mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 04:37:22 -05:00
* add strip_clozes fn
* add test
* replace without_combining with process_text
* update write_unqualified
* update write_regex
* add `sc:...` search option
* add test
* strip clozes before stripping combining characters
find_notes_sc time: [1.0398 s 1.0405 s 1.0412 s]
change: [-6.1276% -6.0323% -5.9401%] (p = 0.00 < 0.05)
Performance has improved.
* add bitflags crate
* add and use ProcessTextFlags
* update sqlwriter.rs to use bitflags
|
||
|---|---|---|
| .. | ||
| benches | ||
| i18n | ||
| io | ||
| linkchecker | ||
| process | ||
| proto | ||
| proto_gen | ||
| src | ||
| sync | ||
| tests/support | ||
| .gitignore | ||
| bench.sh | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||
| rust_interface.rs | ||
Anki's Rust code.