Expand description
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.
Modules§
- io
- Traits, helpers, and type definitions for core I/O functionality.
- macros
- Standard library macros
- process
- A module for working with processes.
- syscall
Macros§
- dbg
- Prints and returns the value of a given expression for quick and dirty debugging.
- eprint
- Prints to the standard error.
- eprintln
- Prints to the standard error of the host, with a newline.
- linux_
syscall - Prints to the standard output of the host.
- println
- Prints to the standard output of the host, with a newline.