This commit is contained in:
Alexis Beingessner 2015-06-08 09:57:05 -07:00
parent cc5b4d314c
commit f2a37fce15
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.html

12
conversions.md Normal file
View File

@ -0,0 +1,12 @@
% Type Conversions
# Safe Rust
* Coercions
* Casts
* Conversion Traits (Into/As/...)
# Unsafe Rust
* raw ptr casts
* mem::transmute