Skip to content

Commit 443acab

Browse files
committed
Reorganize Rust project structure for clarity
Move main crate from rust/ to rust/links-notation/ so the project structure clearly shows two distinct packages: - rust/links-notation/Cargo.toml - rust/links-notation-macro/Cargo.toml This makes the architecture visible from the directory structure, as requested in PR feedback. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2046c85 commit 443acab

24 files changed

+1
-71
lines changed

rust/Cargo.lock

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/lib.rs"
1414

1515
[dependencies]
1616
nom = "8.0"
17-
links-notation-macro = { path = "links-notation-macro", version = "0.1.0", optional = true }
17+
links-notation-macro = { path = "../links-notation-macro", version = "0.1.0", optional = true }
1818

1919
[features]
2020
default = ["macro"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)