Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions benchmark/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ fn main() {
.with_cpp_file(out_dir.join("generated.cpp"))
.with_h_file(out_dir.join("generated.h"))
.with_rs_file(out_dir.join("generated.rs"))
.with_output_dir(out_dir.clone())
.generate();

let my_build = &mut cc::Build::new();
Expand Down
1 change: 1 addition & 0 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- [Types with special support](./call_rust_from_cpp/special_types.md)
- [Panic and exceptions](./call_rust_from_cpp/panic_and_exceptions.md)
- [Raw pointers](./call_rust_from_cpp/raw_pointers.md)
- [Generated code overview](./generated_code.md)
- [Calling C++ from Rust](./call_cpp_from_rust/index.md)
- [Calling C++ free functions](./call_cpp_from_rust/function.md)
- [Writing `impl` blocks for Rust types in C++](./call_cpp_from_rust/rust_impl.md)
Expand Down
Loading
Loading