#musl #memory #no-std #memcpy

no-std nostd-musl

Rust library containing which XXXX-unknown-linux-gnu toolchains expect to find in libc, so that they can be linked without dependency on libc using -nodefaultlibs, -nostartfiles and -nostdlib

6 releases

Uses new Rust 2024

new 0.1.5 May 2, 2025
0.1.4 May 2, 2025

#318 in Embedded development

Download history 692/week @ 2025-04-28

692 downloads per month

MIT/Apache

55KB
1K SLoC

GNU Style Assembly 752 SLoC // 0.4% comments C 245 SLoC // 0.4% comments Rust 71 SLoC Just 12 SLoC

nostd-musl

A rust library containing which XXXX-unknown-linux-gnu toolchains expect to find in libc, so that they can be linked without dependency on libc using:

  • -nodefaultlibs
  • -nostartfiles
  • -nostdlib.

No runtime deps

~0–4.5MB
~79K SLoC