mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1360] [MERGED] [Rust] Add few commands and refactor the code #2133
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1360
Author: @PunitLodha
Created: 7/7/2021
Status: ✅ Merged
Merged: 7/10/2021
Merged by: @cfsmp3
Base:
master← Head:rust_updates📝 Commits (5)
fb7f73eadd handlers for CLW, HDW, TGW, DLW, and CR5a2c973refactor rust code3b40731fix clippy warningsaeb2a5badd ccxr_ prefix to rust functionscb76fefAdd SPA, SPC, SPL and CWx commands📊 Changes
9 files changed (+844 additions, -255 deletions)
View changed files
📝
src/lib_ccx/ccx_decoders_common.c(+6 -6)📝
src/lib_ccx/params.c(+2 -2)📝
src/rust/build.rs(+26 -4)📝
src/rust/src/decoder/commands.rs(+1 -1)📝
src/rust/src/decoder/mod.rs(+95 -238)➕
src/rust/src/decoder/service_decoder.rs(+609 -0)➕
src/rust/src/decoder/window.rs(+13 -0)📝
src/rust/src/lib.rs(+88 -3)📝
src/rust/wrapper.h(+4 -1)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Added handlers for CLW, HDW, TGW, DLW, and CR, and did some refactoring
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.