- Slice、
&str 、CStr
NonZeroU8 など
Option 、Result
Display 、Debug 、write! など
Iterator
Error
panic! 、assert_eq! など
NonNull とポインターに関する全ての一般的な関数
Future と async / await
fence 、AtomicBool 、AtomicPtr 、AtomicU32 など
Duration
|
Box 、Cow 、Arc 、Rc
Vec 、BinaryHeap 、BtreeMap 、LinkedList 、VecDeque
String 、CString 、format!
|
HashMap
Mutex 、Condvar 、Barrier 、Once 、RwLock 、mpsc
File 、残りの fs
println! 、Read 、Write 、Stdin 、Stdout 、残りの io
Path 、OsString
net
Command 、Child 、ExitCode
spawn 、sleep 、残りの thread
SystemTime 、Instant
|