Cargo Features

[dependencies]
tinyrlibc = { version = "0.4.0", default-features = false, features = ["alloc", "all", "strcpy", "strtoll", "strstr", "isspace", "isupper", "signal", "signal-cs"] }
default = all

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

alloc
all default = abs, atoi, isalpha, isdigit, isspace, isupper, itoa, snprintf, strchr, strcmp, strcpy, strlen, strncasecmp, strncmp, strncpy, strstr, strtoimax, strtol, strtoll, strtoul, strtoull, strtoumax, utoa
abs strcmp strncmp strncasecmp strcpy all
strncpy strlen strtol strtoul strtoll all
strtoull strtoimax strtoumax strstr all
strchr atoi utoa itoa snprintf isspace all
isdigit isalpha isupper all
signal

Enables portable-atomic

signal-cs

Enables critical-section of portable-atomic

tinyrlibc has 10 features without comments.