4 releases (breaking)

new 0.8.0 May 1, 2024
0.7.0 Apr 19, 2024
0.6.0 Mar 29, 2024
0.5.0 Feb 8, 2024

#2 in #maelstrom

Download history 3/week @ 2024-02-05 16/week @ 2024-02-19 17/week @ 2024-02-26 156/week @ 2024-03-25 50/week @ 2024-04-01 186/week @ 2024-04-15 16/week @ 2024-04-22

262 downloads per month
Used in 13 crates (6 directly)

MIT/Apache

35KB
930 lines

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.


lib.rs:

Function wrappers for Linux syscalls.

Dependencies

~1.5MB
~36K SLoC