Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goatshriek/stumpless-sys

Rust bindings for the Stumpless library.
https://github.com/goatshriek/stumpless-sys

bindings event-log ffi ffi-bindings journald library log logging logging-library rust syslog

Last synced: 2 months ago
JSON representation

Rust bindings for the Stumpless library.

Awesome Lists containing this project

README

        

[![crates.io](https://img.shields.io/crates/v/stumpless-sys)](https://crates.io/crates/stumpless-sys)
[![Linux Builds](https://github.com/goatshriek/stumpless-sys/actions/workflows/linux.yml/badge.svg?branch=latest)](https://github.com/goatshriek/stumpless-sys/actions/workflows/linux.yml)
[![Windows](https://github.com/goatshriek/stumpless-sys/actions/workflows/windows.yml/badge.svg?branch=latest)](https://github.com/goatshriek/stumpless-sys/actions/workflows/windows.yml)
[![Mac](https://github.com/goatshriek/stumpless-sys/actions/workflows/mac.yml/badge.svg?branch=latest)](https://github.com/goatshriek/stumpless-sys/actions/workflows/mac.yml)
[![Gitter](https://badges.gitter.im/stumpless/community.svg)](https://gitter.im/stumpless/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

**Rust Bindings for the Stumpless C API.**

## Stumpless Sys Crate
This crate provides FFI bindings (created via bindgen) of the
[Stumpless](https://github.com/goatshriek/stumpless) library. These bindings are
not very "rusty" though; if you want to use Stumpless from Rust code, check out
the stumpless crate which wraps some key functionality in a more natural
interface.