mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1551] [CLOSED] [FEAT] Create lib_ccxr and libccxr_exports
#2265
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/1551
Author: @elbertronnie
Created: 8/27/2023
Status: ❌ Closed
Base:
master← Head:initialize📝 Commits (2)
8014d8bcreate lib_ccxr and libccxr_exports4c9f7a1trigger GitHub actions📊 Changes
9 files changed (+117 additions, -59 deletions)
View changed files
📝
.gitignore(+2 -1)📝
src/rust/Cargo.lock(+86 -58)📝
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):
This is an attempt to split #1495 into multiple independant PRs.
This is the first PR that sets up the modules structure and their respective cargo toml files. Every upcoming PR for
lib_ccxrwill be dependant on this.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.