[oden-js] Fix bug with repeated arguments

This commit is contained in:
John Doty 2023-06-24 23:02:43 -07:00
parent b6f6d908d2
commit 82c386fd0f
3 changed files with 297 additions and 7 deletions

7
oden-js/Cargo.lock generated
View file

@ -8,6 +8,12 @@ version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "bindgen"
version = "0.63.0"
@ -141,6 +147,7 @@ name = "oden-js"
version = "0.1.0"
dependencies = [
"anyhow",
"assert_matches",
"bitflags",
"oden-js-sys",
"thiserror",