diff options
Diffstat (limited to 'Rust principles.md')
-rw-r--r-- | Rust principles.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Rust principles.md b/Rust principles.md new file mode 100644 index 0000000..7a23c84 --- /dev/null +++ b/Rust principles.md @@ -0,0 +1,3 @@ +[[Box deallocation principle]] +[[Moved heap data principle]] +[[Pointer safety principle]]
\ No newline at end of file |