deno-bindgen2-common

Crates.iodeno-bindgen2-common
lib.rsdeno-bindgen2-common
version1.0.2
created_at2024-11-13 22:14:01.552591+00
updated_at2025-03-05 14:17:16.540888+00
descriptionCommon library used by the deno-bindgen2 project. Contains mainly implmenentations for parsing and transforming Rust source code.
homepage
repositoryhttps://github.com/kzha0/deno-bindgen2/
max_upload_size
id1447163
size180,572
Jerrico Duran (kzha0)

documentation

README

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.

Commit count: 17

cargo fmt