mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 21:23:10 +00:00
[PR #1361] [MERGED] Rust updates #2134
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/1361
Author: @PunitLodha
Created: 7/18/2021
Status: ✅ Merged
Merged: 7/18/2021
Merged by: @cfsmp3
Base:
master← Head:rust_updates📝 Commits (9)
fb7f73eadd handlers for CLW, HDW, TGW, DLW, and CR5a2c973refactor rust code3b40731fix clippy warningsaeb2a5badd ccxr_ prefix to rust functionscb76fefAdd SPA, SPC, SPL and CWx commands051af89Add DSW and DFx commandsea46a76Add more C0 and extended commandsc183fbcUse slice instead of sending whole packet and pos402d8ecMerge branch 'master' into rust_updates📊 Changes
7 files changed (+643 additions, -159 deletions)
View changed files
📝
src/rust/src/decoder/commands.rs(+32 -0)📝
src/rust/src/decoder/mod.rs(+12 -27)📝
src/rust/src/decoder/service_decoder.rs(+401 -130)📝
src/rust/src/decoder/window.rs(+179 -0)📝
src/rust/src/lib.rs(+7 -2)➕
src/rust/src/utils.rs(+11 -0)📝
src/rust/wrapper.h(+1 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Added DSW, DFx, some C0 and extended commands.
Also did some refactoring
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.