tinyrlibc 0.5.1

Tiny, incomplete C library for bare-metal targets, written in Stable (but Unsafe) Rust
Documentation

tinyrlibc

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 36 feature flags, 32 of them enabled by default.

default

all (default)

abs (default)

This feature flag does not enable additional features.

atoi (default)

This feature flag does not enable additional features.

isalpha (default)

This feature flag does not enable additional features.

isdigit (default)

This feature flag does not enable additional features.

isspace (default)

This feature flag does not enable additional features.

isupper (default)

This feature flag does not enable additional features.

itoa (default)

This feature flag does not enable additional features.

memchr (default)

This feature flag does not enable additional features.

qsort (default)

This feature flag does not enable additional features.

rand (default)

rand_r (default)

This feature flag does not enable additional features.

snprintf (default)

This feature flag does not enable additional features.

strcat (default)

This feature flag does not enable additional features.

strchr (default)

This feature flag does not enable additional features.

strcmp (default)

This feature flag does not enable additional features.

strcpy (default)

This feature flag does not enable additional features.

strcspn (default)

This feature flag does not enable additional features.

strlen (default)

This feature flag does not enable additional features.

strncasecmp (default)

This feature flag does not enable additional features.

strncmp (default)

This feature flag does not enable additional features.

strncpy (default)

This feature flag does not enable additional features.

strrchr (default)

This feature flag does not enable additional features.

strspn (default)

This feature flag does not enable additional features.

strstr (default)

This feature flag does not enable additional features.

strtoimax (default)

This feature flag does not enable additional features.

strtol (default)

This feature flag does not enable additional features.

strtoll (default)

This feature flag does not enable additional features.

strtoul (default)

This feature flag does not enable additional features.

strtoull (default)

This feature flag does not enable additional features.

strtoumax (default)

This feature flag does not enable additional features.

utoa (default)

This feature flag does not enable additional features.

alloc

This feature flag does not enable additional features.

rand_max_i16

This feature flag does not enable additional features.

signal

signal-cs