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

Traits, helpers, and type definitions for core I/O functionality.

Standard library macros

A module for working with processes.

Macros

Prints and returns the value of a given expression for quick and dirty debugging.

Prints to the standard error.

Prints to the standard error of the host, with a newline.

Prints to the standard output of the host.

Prints to the standard output of the host, with a newline.