sysnames

Crates.iosysnames
lib.rssysnames
version0.1.3
sourcesrc
created_at2021-06-14 19:10:40.853518
updated_at2021-06-18 02:20:23.968439
descriptionQuery Linux system call names and numbers at runtime
homepagehttps://github.com/willfindlay/sysnames-rs
repositoryhttps://github.com/willfindlay/sysnames-rs
max_upload_size
id410066
size370,410
William Findlay (willfindlay)

documentation

README

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.

Commit count: 16

cargo fmt