You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [rust] bindgen path supports env!() macro
This makes it possible to refer to a wit path by a path that includes
things like OUT_DIR or CARGO_MANIFEST_DIR. Relative paths that navigate
up, like `../wit/`, don't work well with cargo publish, and symlinks
have difficulties between git and cargo.
Using [macro-string](https://github.com/dtolnay/macro-string), this
replaces the `path` option's `syn::LitStr` with MacroString.
* add macro-string feature to wit-bindgen-rust-macro
gates the macro-string dependency on the new default feature macro-string.
* lift macro-string feature toggle to wit-bindgen
0 commit comments