|
11d40bac94
|
Unify version string formats
https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#caret-requirements
"^1.2.3" is strictly equivalent to "1.2.3"
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
|
2024-07-25 14:41:04 +00:00 |
|
Jonas Schäfer
|
ab35c234c8
|
xso: Bump version to 0.1.0
Build / lint (push) Has been cancelled
Build / test-stable (push) Has been cancelled
Build / test-nightly (push) Has been cancelled
|
2024-07-25 08:25:39 +00:00 |
|
Jonas Schäfer
|
ccf38cdf9b
|
Port everything over to AsXml
|
2024-07-24 16:05:06 +02:00 |
|
Jonas Schäfer
|
1611c5fba9
|
xso-proc: validate XML names against rxml_validation::NcName
That way we avoid a fallible conversion at runtime.
|
2024-06-23 12:22:17 +02:00 |
|
Jonas Schäfer
|
0adfd1218b
|
xso-proc: start making derive macros for FromXml and IntoXml
For now, these macros only support empty elements. Everything else will
be rejected with a compile-time error.
|
2024-06-23 12:20:02 +02:00 |
|