mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-20 21:20:28 +00:00
[PR #1710] [FEAT][Rust] Added Encoder Module #2431
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1710
State: closed
Merged: Yes
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
In this PR, I have migrated a large part of
ccx_encoders_common.cand the libraryccx_encoders_g608.calongside it's helper functions. I have also fixed some issues(wrong functions) in theencodingmodule which were caught during regression testing. After this PR all the writing that is done on txt files is done by Rust.