no_std

core

alloc

std

  • Slices, &str, CStr
  • NonZeroU8...
  • Option, Result
  • Display, Debug, write!...
  • Iterator
  • panic!, assert_eq!...
  • NonNull 및 모든 일반적인 포인터 관련 함수
  • Future and 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에 의존합니다.
  • stdcorealloc를 포함합니다.