This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
doc
/
nomicon
/
SUMMARY.md
Alexis Beingessner
ca902dd8cb
rename TARPL to The Rustinomicon
2015-08-03 11:22:08 -07:00
1.8 KiB
Raw
Blame
History
Summary
Meet Safe and Unsafe
How Safe and Unsafe Interact
Working with Unsafe
Data Layout
repr(Rust)
Exotically Sized Types
Other reprs
Ownership
References
Lifetimes
Limits of Lifetimes
Lifetime Elision
Unbounded Lifetimes
Higher-Rank Trait Bounds
Subtyping and Variance
Drop Check
PhantomData
Splitting Borrows
Type Conversions
Coercions
The Dot Operator
Casts
Transmutes
Uninitialized Memory
Checked
Drop Flags
Unchecked
Ownership Based Resource Management
Constructors
Destructors
Leaking
Unwinding
Exception Safety
Poisoning
Concurrency
Races
Send and Sync
Atomics
Implementing Vec
Layout
Allocating
Push and Pop
Deallocating
Deref
Insert and Remove
IntoIter
RawVec
Drain
Handling Zero-Sized Types
Final Code
Implementing Arc and Mutex