madonoharu / tsify

A library for generating TypeScript definitions from rust code.
Apache License 2.0
311 stars 42 forks source link

Allow Configuration of BigInt Serialization #34

Closed Pantamis closed 6 months ago

Pantamis commented 1 year ago

Partially fixes https://github.com/madonoharu/tsify/issues/26.

Built off of https://github.com/madonoharu/tsify/pull/31

Add large_number_types_as_bigints option to tsify macro to export/import large numbers as BigInt in JS exactly as described in https://github.com/madonoharu/tsify/issues/26