Cast DataValues to and from native types

Also, returns a `Result` in the `RunCommand::run` helper.
This commit is contained in:
Andrew Brown
2020-04-21 11:53:50 -07:00
parent cbf7cbfa39
commit b4238229c2
6 changed files with 91 additions and 26 deletions

View File

@@ -12,6 +12,7 @@ edition = "2018"
[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.63.0" }
target-lexicon = "0.10"
thiserror = "1.0.15"
[badges]
maintenance = { status = "experimental" }