-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] add teletext and encoders_helpers module (#1635)
* create lib_ccxr and libccxr_exports * add bits and levenshtein module * add log module * add encoding module * add common constants module * add time units module * add options module * add teletext module * chore: remove outdated * chore: update lock files * chore: fix naming * fix: reference to TeletextConfig * fix: issue with ts_forced_program default value * fix: use correct definition * chore: lint warnings * fix: example code * fix(rust): adjust defaults, more accurate logging, use safe functions, add encoders_helper module * fix: tests and formatting * fix: allow hex values for streamtype * chore: format files * fix: naming of fields and docs * fix: defaults for options * fix: memory leak in vector to string * fix(c): init logger before running parser --------- Co-authored-by: Elbert Ronnie <[email protected]>
- Loading branch information
1 parent
98a85e1
commit 90f9f0a
Showing
28 changed files
with
2,906 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.