An open API service indexing awesome lists of open source software.

https://github.com/cptpcrd/openat2-rs

A simple wrapper around Linux 5.6+'s openat2() system call.
https://github.com/cptpcrd/openat2-rs

Last synced: 3 months ago
JSON representation

A simple wrapper around Linux 5.6+'s openat2() system call.

Awesome Lists containing this project

README

          

# openat2

[![crates.io](https://img.shields.io/crates/v/openat2.svg)](https://crates.io/crates/openat2)
[![Docs](https://docs.rs/openat2/badge.svg)](https://docs.rs/openat2)
[![GitHub Actions](https://github.com/cptpcrd/openat2-rs/workflows/CI/badge.svg?branch=master&event=push)](https://github.com/cptpcrd/openat2-rs/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush)
[![codecov](https://codecov.io/gh/cptpcrd/openat2-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/cptpcrd/openat2-rs)

A simple wrapper around Linux 5.6+'s openat2() system call.