mirror of https://github.com/rust-lang/nomicon
parent
c468eafbd4
commit
360247e826
@ -0,0 +1 @@
|
||||
*.html
|
@ -0,0 +1,12 @@
|
||||
% Type Conversions
|
||||
|
||||
# Safe Rust
|
||||
|
||||
* Coercions
|
||||
* Casts
|
||||
* Conversion Traits (Into/As/...)
|
||||
|
||||
# Unsafe Rust
|
||||
|
||||
* raw ptr casts
|
||||
* mem::transmute
|
Loading…
Reference in new issue