Cargo Features

[dependencies]
somen-language = { version = "0.1.0", default-features = false, features = ["std", "alloc", "libm", "nightly"] }
default = std

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

std default = alloc

Enables std of num-traits and somen

Affects float::float

alloc std

Enables alloc of somen

libm

Enables libm of num-traits

Affects float::float

nightly