no_std

core

alloc

std

  • Зрізи, &str, CStr
  • NonZeroU8...
  • Option, Result
  • Display, Debug, write!...
  • Ітератор
  • panic!, assert_eq!...
  • NonNull і всі звичайні функції, пов’язані з покажчиками
  • Future та async/await
  • fence, AtomicBool, AtomicPtr, AtomicU32...
  • Duration
  • Box, Cow, Arc, Rc
  • Vec, BinaryHeap, BtreeMap, LinkedList, VecDeque
  • String, CString, format!
  • Error
  • 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
  • HashMap залежить від RNG.
  • std повторно експортує вміст як core, так і alloc.