tinyrlibc 0.4.0

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 28 feature flags, 25 of them enabled by default.

default

  • all

all

  • abs
  • strcmp
  • strncmp
  • strncasecmp
  • strcpy
  • strncpy
  • strlen
  • strtol
  • strtoul
  • strtoll
  • strtoull
  • strtoimax
  • strtoumax
  • strstr
  • strchr
  • atoi
  • utoa
  • itoa
  • snprintf
  • isspace
  • isdigit
  • isalpha
  • isupper

abs

    This feature flag does not enable additional features.

strcmp

    This feature flag does not enable additional features.

strncmp

    This feature flag does not enable additional features.

strncasecmp

    This feature flag does not enable additional features.

strcpy

    This feature flag does not enable additional features.

strncpy

    This feature flag does not enable additional features.

strlen

    This feature flag does not enable additional features.

strtol

    This feature flag does not enable additional features.

strtoul

    This feature flag does not enable additional features.

strtoll

    This feature flag does not enable additional features.

strtoull

    This feature flag does not enable additional features.

strtoimax

    This feature flag does not enable additional features.

strtoumax

    This feature flag does not enable additional features.

strstr

    This feature flag does not enable additional features.

strchr

    This feature flag does not enable additional features.

atoi

    This feature flag does not enable additional features.

utoa

    This feature flag does not enable additional features.

itoa

    This feature flag does not enable additional features.

snprintf

    This feature flag does not enable additional features.

isspace

    This feature flag does not enable additional features.

isdigit

    This feature flag does not enable additional features.

isalpha

    This feature flag does not enable additional features.

isupper

    This feature flag does not enable additional features.

signal-cs

  • portable-atomic/critical-section

signal

  • dep:portable-atomic

alloc

    This feature flag does not enable additional features.