Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/goatshriek/stumpless-sys
- Owner: goatshriek
- License: apache-2.0
- Created: 2022-03-06T13:11:52.000Z (almost 3 years ago)
- Default Branch: latest
- Last Pushed: 2024-05-27T19:27:40.000Z (9 months ago)
- Last Synced: 2024-12-08T18:09:44.729Z (2 months ago)
- Topics: bindings, event-log, ffi, ffi-bindings, journald, library, log, logging, logging-library, rust, syslog
- Language: Rust
- Homepage: https://crates.io/crates/stumpless-sys
- Size: 23.4 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Citation: CITATION.cff
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.