dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.68k stars 320 forks source link

Mention the `bridges` builder in the book #1319

Open tolvanea opened 4 months ago

tolvanea commented 4 months ago

Spent some time wondering why multiple bridge blocks did not work for me, until I realized they were not included in the build.rs file. There seemed to be no documentation on existence of a builder cxx_build::bridges, so I added it to the book.