Skip to content

Commit

Permalink
refactor(mrml-core): remove parser macros
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <[email protected]>
  • Loading branch information
jdrouet committed Jul 28, 2023
1 parent 03d908e commit 40725b2
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 548 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"packages/mrml-core/lib/html-compare",
"packages/mrml-core/lib/mrml-json-macros",
"packages/mrml-core/lib/mrml-macros",
"packages/mrml-core/lib/mrml-parse-macros",
"packages/mrml-core/lib/mrml-print-macros",
"packages/mrml-core",
"packages/mrml-wasm",
Expand Down
3 changes: 1 addition & 2 deletions packages/mrml-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ travis-ci = { repository = "jdrouet/mrml", branch = "main" }
[features]
default = ["orderedmap", "json", "parse", "print", "render"]
json = ["dep:mrml-json-macros", "dep:serde", "dep:serde_json"]
parse = ["dep:mrml-parse-macros", "dep:xmlparser", "dep:thiserror"]
parse = ["dep:xmlparser", "dep:thiserror"]
print = ["dep:mrml-print-macros"]
render = ["dep:thiserror"]
orderedmap = ["dep:indexmap", "dep:rustc-hash"]
Expand Down Expand Up @@ -48,7 +48,6 @@ url = { version = "^2", optional = true }
# macros
mrml-macros = { version = "0.1", path = "./lib/mrml-macros" }
mrml-json-macros = { version = "0.1", path = "./lib/mrml-json-macros", optional = true }
mrml-parse-macros = { version = "0.1", path = "./lib/mrml-parse-macros", optional = true }
mrml-print-macros = { version = "0.1", path = "./lib/mrml-print-macros", optional = true }

[dev-dependencies]
Expand Down
23 changes: 0 additions & 23 deletions packages/mrml-core/lib/mrml-parse-macros/Cargo.toml

This file was deleted.

105 changes: 0 additions & 105 deletions packages/mrml-core/lib/mrml-parse-macros/src/attributes.rs

This file was deleted.

6 changes: 0 additions & 6 deletions packages/mrml-core/lib/mrml-parse-macros/src/children.rs

This file was deleted.

136 changes: 0 additions & 136 deletions packages/mrml-core/lib/mrml-parse-macros/src/common.rs

This file was deleted.

Loading

0 comments on commit 40725b2

Please sign in to comment.