nostd-musl

Crates.ionostd-musl
lib.rsnostd-musl
version0.1.6
created_at2025-05-01 14:56:08.942427+00
updated_at2025-06-16 15:27:03.087514+00
descriptionRust 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`.
homepage
repositoryhttps://github.com/WorksButNotTested/nostd-musl
max_upload_size
id1656354
size92,676
(WorksButNotTested)

documentation

https://docs.rs/nostd-musl

README

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.
Commit count: 8

cargo fmt