mirror of
https://github.com/rzmk/czv.git
synced 2025-12-27 19:27:00 +00:00
refactor: use options object for WASM function args, improve docs
- Add relevant links to all READMEs and source code - Resolve clippy lints czv: - Add more docs for top-level items - Add suggestion to use builder methods instead of functions - Disable slice and slice tests until operation is complete czv-wasm: - Use tsify_next for allowing objects as parameters - Add nodejs example and instructions
This commit is contained in:
parent
ce260e9491
commit
e84c5bec8b
20 changed files with 564 additions and 168 deletions
|
|
@ -12,6 +12,9 @@ crate-type = ["cdylib", "rlib"]
|
|||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
csv = "1.3.0"
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
serde-wasm-bindgen = "0.6.5"
|
||||
thiserror = "1.0.61"
|
||||
tsify-next = "0.5.3"
|
||||
wasm-bindgen = { version = "0.2" }
|
||||
wasm-bindgen-test = { version = "0.3.42" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue