Skip to content

Commit f2a37fc

Browse files
committed
blurp
1 parent cc5b4d3 commit f2a37fc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

conversions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
% Type Conversions
2+
3+
# Safe Rust
4+
5+
* Coercions
6+
* Casts
7+
* Conversion Traits (Into/As/...)
8+
9+
# Unsafe Rust
10+
11+
* raw ptr casts
12+
* mem::transmute

0 commit comments

Comments
 (0)