rodrimati1992 / abi_stable_crates

Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.
Apache License 2.0
528 stars 30 forks source link

Mutating fields of prefix types #71

Open kdy1 opened 2 years ago

kdy1 commented 2 years ago

Maybe it's not an intended usage, but I'm curious if you have a plan to support mutating fields of Prefix types. It's required to preserve compatibility of rust-based swc plguins.