deno-bindgen2-common 1.0.2

Common library used by the deno-bindgen2 project. Contains mainly implmenentations for parsing and transforming Rust source code.
Documentation
1
2
3
4
5
# deno-bindgen2-common

This library contains common code for parsing and transforming Rust source code. It has two primary consumers: `deno-bindgen2-macro` and `deno-bindgen2-cli`

The macro crate uses this library to parse and transform source code and generate FFI symbol wrappers. The cli crate uses this library to parse Rust source code and generate a close analogue for TypeScript.