Skip to content

0.3.1

Compare
Choose a tag to compare
@littledivy littledivy released this 15 Nov 07:49
· 63 commits to main since this release

deno_bindgen 0.3.1

Changes

  • support mutable buffers - &mut [u8] #22
  • improvements to README and source refactor #24
  • use import.meta for loading lib relative to module #25
  • delete previous bindings metadata #28
  • Force reload cache on debug builds. Enforce lifetimes for `&'a mut
  • Support lifetimes in enums and #[serde(borrow)] for wrappers
  • Stable rustc
  • Handle malformed bindings.json. #30
  • Support serde's tag and content enum attributes. #32

Full Changelog: 0.2.0...0.3.1

Upgrade to 0.3

Install the new CLI:

deno install -n deno_bindgen -f -A --unstable https://deno.land/x/[email protected]/cli.ts

and update your Cargo.toml dependency:

[dependencies]
deno_bindgen = "0.3.1"