| Crates.io | deno-bindgen2-common |
| lib.rs | deno-bindgen2-common |
| version | 1.0.2 |
| created_at | 2024-11-13 22:14:01.552591+00 |
| updated_at | 2025-03-05 14:17:16.540888+00 |
| description | Common library used by the deno-bindgen2 project. Contains mainly implmenentations for parsing and transforming Rust source code. |
| homepage | |
| repository | https://github.com/kzha0/deno-bindgen2/ |
| max_upload_size | |
| id | 1447163 |
| size | 180,572 |
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.