ironthree / dxr

Declarative XML-RPC in Rust
Apache License 2.0
17 stars 8 forks source link

Correctly handle an empty untyped value #10

Closed bahlo closed 1 year ago

bahlo commented 1 year ago

Fixes #9

I also ran cargo clippy --fix, so I recommend going commit-by-commit when reviewing.

decathorpe commented 1 year ago

Thanks, looks good to me!