#std #raca-os #rust

nightly raca_std

A simple rust std for racaOS

2 stable releases

14.0.1 Aug 30, 2024

#249 in Operating systems

Download history 240/week @ 2024-08-26 2/week @ 2024-09-02

242 downloads per month

MIT/Apache

16KB
443 lines

raca_std

This is the rust std for racaOS.

!!!Because the API of racaOS is unstable, so you must choose the right version of raca_std to use!!!

Example

Add raca_std to dependencies

#![no_std]
#![no_main]
#![feature(naked_functions)]

#[no_mangle]
pub fn main() -> usize {
    0
}

Dependencies

~705KB
~13K SLoC