mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 05:16:10 +01:00
[PR #40] [MERGED] Restructure codebase to follow modern Rust practices #41
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/corn-config/corn/pull/40
Author: @puppymati
Created: 3/5/2025
Status: ✅ Merged
Merged: 3/5/2025
Merged by: @JakeStanger
Base:
master← Head:new-org📝 Commits (4)
68e329dCompletely re-organize workspace9a95fdcApply doc suggestionsa144546Fix wasm-pack on ci6e43588Fix lua features📊 Changes
24 files changed (+315 additions, -174 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -3)📝
CHANGELOG.md(+143 -41)📝
Cargo.lock(+0 -1)📝
Cargo.toml(+86 -2)📝
README.md(+7 -6)📝
benches/serde.rs(+2 -2)➕
cli/Cargo.toml(+25 -0)➕
cli/README.md(+8 -0)📝
cli/src/error.rs(+0 -0)📝
cli/src/main.rs(+4 -3)➖
corn-cli/Cargo.toml(+0 -19)➖
corn-cli/README.md(+0 -5)➖
corn-cli/src/lib.rs(+0 -1)➖
libcorn/Cargo.toml(+0 -61)➖
libcorn/README.md(+0 -5)📝
src/de.rs(+0 -0)📝
src/error.rs(+0 -0)📝
src/grammar.pest(+0 -0)📝
src/lib.rs(+0 -0)📝
src/lua.rs(+0 -0)...and 4 more files
📄 Description
While this appears to be a large PR, it's primarily focused on reorganizing the codebase structure to follow modern Rust practices and establish a solid foundation for future development.
Key changes:
Note: It'd recommend to pull this PR locally for review as GitHub's diff view may not clearly represent the structural changes.
Depends on #39
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.