mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
* feat: Add new function to allocate any object to heap with zero allocated * feat: Add unit tests for `decoder/commands.rs` * docs: Mention about PR in changelogs * feat: Add unit tests for `decoder/windows.rs` Refactor the code and use Default where needed Implement `PartialEq` also * fix: Intialise tmp extern C values for easy mocking * feat: Add unit tests for `decoder/timing.rs` * feat: Add unit tests for `decoder/output.rs` * feat: Add unit tests for `decoder/mod.rs` * feat: Add unit tests for `decoder/tv_screen.rs` * feat: Add unit tests for `lib.rs` * fix: Failing test * feat: [WIP] Add unit tests for `decoder/service_decoder.rs` * feat: Add unit tests for `decoder/service_decoder.rs` * feat: Add unit tests for `hardsubx/imgops.rs` * feat: Add unit tests for `hardsubx/utility.rs` * fix: cargo clippy * fix: doctest for `lib_ccxr` module * feat: Add test `lib_ccxr/util/mod.rs` * feat: Add test `lib_ccxr/util/levenshtein.rs` * feat: Add test `lib_ccxr/util/bits.rs` * feat: Add test `lib_ccxr/time/units.rs` * chore: Change function name * fix: Failing of missing values `tlt_config` * ci: Run unit test cases in `lib_ccxr` module also * ci: Run clippy & fmt in `lib_ccxr` module also * chore(clippy): Fix clippy warnings