4 releases

0.1.3 Jun 18, 2021
0.1.2 Jun 14, 2021
0.1.1 Jun 14, 2021
0.1.0 Jun 14, 2021

#740 in Unix APIs

MIT license

58KB
375 lines

Sysnames

crates.io badge

A Rust library for Linux system call names and numbers based on Marcin Juszkiewicz's excellent repository. The goal is to help you work with system call information in Rust. For example, this library might be particularly useful when working with libbpf-rs.

To use this in your project:

[dependencies]
sysnames = "0.1"

Disclaimer

This library is currently a work in progress. Expect updates regularly. Semantic versioning will be followed after the 1.0.0 release.


lib.rs:

Get system call information for the Linux kernel according to your target architecture.

Dependencies

~105–275KB