mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1621] [MERGED] [FEAT] Create lib_ccxr and libccxr_exports
#2333
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/1621
Author: @IshanGrover2004
Created: 7/3/2024
Status: ✅ Merged
Merged: 7/3/2024
Merged by: @cfsmp3
Base:
master← Head:migration📝 Commits (4)
6bd46c3create lib_ccxr and libccxr_exports7c4d955chore: Fix bindgen crate version2d56bc7chore: Fix rsmpeg crate versionaddebbedocs: 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):
My familiarity with the project is as follows (check one):
Closes #1551
lib_ccxrcrate for initialising pure Rust code in it.libccxr_exportsmodule within rust crate for using these pure rust functions to makeextern "C"functions equivalent to C functions🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.