Skip to content

Commit ace285b

Browse files
authored
Initial version of crate (#1)
Initial version of crate
1 parent e2254fd commit ace285b

35 files changed

+3702
-0
lines changed

Cargo.lock

+221
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[workspace]
2+
resolver = "2"
3+
members = [
4+
"xml_struct",
5+
"xml_struct_derive",
6+
"xml_struct_tests"
7+
]

0 commit comments

Comments
 (0)