maelstrom-linux

Crates.iomaelstrom-linux
lib.rsmaelstrom-linux
version0.12.0
sourcesrc
created_at2024-02-08 19:04:59.581412
updated_at2024-09-12 16:53:10.057628
descriptionFunction wrappers of Linux syscalls used by Maelstrom.
homepagehttps://maelstrom-software.com
repositoryhttps://github.com/maelstrom-software/maelstrom
max_upload_size
id1132504
size55,785
Neal Fachan (nfachan)

documentation

https://maelstrom-software.com/doc/book/latest/

README

Maelstrom Linux Syscalls

This is a small library that is only intended to be used by the maelstrom-worker. It is its own library so it can be no_std and we can ensure that it doesn't take any undesired dependencies.

This library provides simple, non-allocating wrappers around the various Linux syscalls that we need to use. In some cases, the underlying syscalls aren't available on all architectures, so we emulate them as libc would.

This library is intended to be usable by maelsrom-worker-child, which is why it's no_std and doesn't allocate.

For more information, see the Maelstrom project on GitHub.

Commit count: 2386

cargo fmt