8 releases (breaking)

0.12.0 Sep 12, 2024
0.11.0 Jul 30, 2024
0.10.0 Jul 3, 2024
0.9.0 May 22, 2024
0.5.0 Feb 8, 2024

#191 in Cargo plugins

Download history 98/week @ 2024-07-04 61/week @ 2024-07-11 40/week @ 2024-07-18 179/week @ 2024-07-25 85/week @ 2024-08-01 35/week @ 2024-08-08 41/week @ 2024-08-15 34/week @ 2024-08-22 78/week @ 2024-08-29 32/week @ 2024-09-05 232/week @ 2024-09-12 66/week @ 2024-09-19 66/week @ 2024-09-26 32/week @ 2024-10-03 28/week @ 2024-10-10 28/week @ 2024-10-17

159 downloads per month
Used in 15 crates (9 directly)

MIT/Apache

56KB
1.5K SLoC

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

~0.3–6.5MB
~38K SLoC