Skip to content

Commit a7d0066

Browse files
committed
added ownership-demo
1 parent 56d82c7 commit a7d0066

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ in a controlled repository now.
5050
* `macro-tt.rs`: macro token tree example
5151
* `nullptr.rs`: null pointer example
5252
* `c++-ffi/`: example of FFI between C, C++ and Rust
53+
* `ownership-demo/`: example of ownership and borrowing stuff in C and Rust

ownership-demo

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 80704bd3f0a6ed278b1e525654362a9a322d56c0

0 commit comments

Comments
 (0)