summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_dependency_map.md
AgeCommit message (Collapse)Author
2023-07-17Whoopsie, forgot to create the release notes.Jussi Pakkanen
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge
This allows changing the crate name with which a library ends up being available inside the Rust code, similar to cargo's dependency renaming feature or `extern crate foo as bar` inside Rust code.