- 21 Jan, 2025 8 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
.gitlab-ci.yml: Build crate: Run clippy before building, since that isn't done in release mode, and fail in the presence of warnings
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
- 24 Jul, 2024 6 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
src: Update tests to match latest remote data from IMDB; also, modify them to compare episode by episode for more granular failures
-
- 24 Feb, 2023 4 commits
-
-
Mike Cronce authored
Revert "src: Make public fields in public structs private, with getters, returning idiomatic types instead of exposting optimized implementation details like ArrayVec and CompactString" This reverts commit 6a8651e4.
-
Mike Cronce authored
This reverts commit 331b7c25.
-
Mike Cronce authored
This reverts commit 8a3273ce.
-
Mike Cronce authored
This reverts commit a541a358.
-
- 23 Feb, 2023 8 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
-
Mike Cronce authored
src: Make public fields in public structs private, with getters, returning idiomatic types instead of exposting optimized implementation details like ArrayVec and CompactString
-
Mike Cronce authored
-
- 22 Feb, 2023 1 commit
-
-
Mike Cronce authored
-
- 02 Feb, 2023 7 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
src/client.rs: Client::populate_episodes(): Use reserve_exact() on episodes, since that isn't actually reused anymore
-
Mike Cronce authored
src/client.rs: Client::get_episodes_by_show(): Use populate_episodes() directly so we can actually reuse the allocations
-
Mike Cronce authored
src/client.rs: Client::get_shows(): Use populate_episodes() directly so we can actually reuse the allocations
-
Mike Cronce authored
src/client.rs: Move most of the business logic for get_episodes() into new populate_episodes(), which takes allocations as mutable arguments to reuse them
-
Mike Cronce authored
-
Mike Cronce authored
-
- 31 Jan, 2023 6 commits
-
-
Mike Cronce authored
-
Mike Cronce authored
src/client.rs: Client::get_episodes(): Use get_titles(), which uses the faster indexkv::Store::get_many(), but at the cost of us having to do a temporary allocation here
-
Mike Cronce authored
-
Mike Cronce authored
src/client.rs: Client::get_shows(): Use get_titles(), which makes use of indekv::Store::get_many(), instead of just repeating calls to get_show()
-
Mike Cronce authored
-
Mike Cronce authored
-