[PR #1621] [MERGED] [FEAT] Create lib_ccxr and libccxr_exports #2333

Closed
opened 2026-01-29 17:21:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/1621
Author: @IshanGrover2004
Created: 7/3/2024
Status: Merged
Merged: 7/3/2024
Merged by: @cfsmp3

Base: masterHead: migration


📝 Commits (4)

  • 6bd46c3 create lib_ccxr and libccxr_exports
  • 7c4d955 chore: Fix bindgen crate version
  • 2d56bc7 chore: Fix rsmpeg crate version
  • addebbe docs: Add PR info in Changelogs

📊 Changes

10 files changed (+37 additions, -1 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 docs/CHANGES.TXT (+1 -0)
📝 src/rust/Cargo.lock (+5 -0)
📝 src/rust/Cargo.toml (+1 -0)
src/rust/lib_ccxr/Cargo.lock (+7 -0)
src/rust/lib_ccxr/Cargo.toml (+17 -0)
src/rust/lib_ccxr/src/lib.rs (+1 -0)
src/rust/lib_ccxr/src/util/mod.rs (+1 -0)
📝 src/rust/src/lib.rs (+1 -0)
src/rust/src/libccxr_exports/mod.rs (+1 -0)

📄 Description

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.
  • I have mentioned this change in the changelog.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • I am an active contributor to CCExtractor.

Closes #1551

  • Initialised lib_ccxr crate for initialising pure Rust code in it.
  • Initialised libccxr_exports module within rust crate for using these pure rust functions to make extern "C" functions equivalent to C functions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/1621 **Author:** [@IshanGrover2004](https://github.com/IshanGrover2004) **Created:** 7/3/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `migration` --- ### 📝 Commits (4) - [`6bd46c3`](https://github.com/CCExtractor/ccextractor/commit/6bd46c35757c3731f9a8d1c7eb58529a995c3603) create lib_ccxr and libccxr_exports - [`7c4d955`](https://github.com/CCExtractor/ccextractor/commit/7c4d9554560af30b35b7a36a2e2280a02f98d5f3) chore: Fix bindgen crate version - [`2d56bc7`](https://github.com/CCExtractor/ccextractor/commit/2d56bc718ab1d0bc8fa9d5ca4f4b9717ba2b82b1) chore: Fix rsmpeg crate version - [`addebbe`](https://github.com/CCExtractor/ccextractor/commit/addebbe03f639d83337c781e54db2ef46d5c7947) docs: Add PR info in Changelogs ### 📊 Changes **10 files changed** (+37 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `docs/CHANGES.TXT` (+1 -0) 📝 `src/rust/Cargo.lock` (+5 -0) 📝 `src/rust/Cargo.toml` (+1 -0) ➕ `src/rust/lib_ccxr/Cargo.lock` (+7 -0) ➕ `src/rust/lib_ccxr/Cargo.toml` (+17 -0) ➕ `src/rust/lib_ccxr/src/lib.rs` (+1 -0) ➕ `src/rust/lib_ccxr/src/util/mod.rs` (+1 -0) 📝 `src/rust/src/lib.rs` (+1 -0) ➕ `src/rust/src/libccxr_exports/mod.rs` (+1 -0) </details> ### 📄 Description **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that another pull request for this purpose does not exist. - [x] I have considered, and confirmed that this submission will be valuable to others. - [x] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [x] I give this submission freely, and claim no ownership to its content. - [x] **I have mentioned this change in the [changelog](https://github.com/CCExtractor/ccextractor/blob/master/docs/CHANGES.TXT).** **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [x] I am an active contributor to CCExtractor. --- Closes #1551 - Initialised `lib_ccxr` crate for initialising pure Rust code in it. - Initialised `libccxr_exports` module within rust crate for using these pure rust functions to make `extern "C"` functions equivalent to C functions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:21:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#2333