anki/rslib
Damien Elmes cf39455487 Handle invalid float mtimes in DB check
Likely an add-on or third-party tool created them, and they were breaking
DB queries for a user.

https://sqlite.org/stricttables.html could help us avoid this class of
issue in the future, though we'd need to check what client versions we'd
break with this change, and would need to change the 'sfld is an integer'
hack.
2023-06-26 13:40:54 +10:00
..
benches Switch Rust import style (#2330) 2023-01-18 21:39:55 +10:00
i18n Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
i18n_helpers Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
io Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
linkchecker Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
process Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
proto Remove some unused Rust dependencies 2023-06-24 19:30:29 +10:00
proto_gen Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00
src Handle invalid float mtimes in DB check 2023-06-26 13:40:54 +10:00
tests/support move linkchecker into separate crate 2021-12-20 17:27:43 +10:00
.gitignore
bench.sh New TTS/AV tag handling (#1559) 2021-12-17 19:04:42 +10:00
build.rs Refactor service generation (#2552) 2023-06-19 15:33:40 +10:00
Cargo.toml Remove some unused Rust dependencies 2023-06-24 19:30:29 +10:00
README.md Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
rust_interface.rs More service generation refactoring 2023-06-22 09:46:09 +10:00

Anki's Rust code.