#startup #std #no-std

no-std x86_64-linux-nolibc

minimal std for x86_64-unknown-none

1 unstable release

0.1.0 May 3, 2022

#616 in Operating systems

Download history 8/week @ 2023-12-13 14/week @ 2023-12-20 4/week @ 2023-12-27 8/week @ 2024-01-03 2/week @ 2024-01-10 1/week @ 2024-01-17 6/week @ 2024-01-24 8/week @ 2024-01-31 1/week @ 2024-02-07 8/week @ 2024-02-14 17/week @ 2024-02-21 22/week @ 2024-02-28 22/week @ 2024-03-06 17/week @ 2024-03-13 6/week @ 2024-03-20 9/week @ 2024-03-27

55 downloads per month

Apache-2.0

25KB
633 lines

Minimal std replacement without any libc

Instead it uses x86_64 Linux syscalls, but can be taken as a template to implement it for other targets without std support.

No runtime deps