Cargo Features

[dependencies]
amity = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever amity is added without default-features = false somewhere in the dependency tree.

std default = alloc

Affects condvar::StdCondVar, amity::RawMutex, amity::RawRwLock, mutex::StdRawMutex, park::CurrentThread, rwlock::StdRawRwLock

alloc std