systemd-connector

Crates.iosystemd-connector
lib.rssystemd-connector
version0.1.0
sourcesrc
created_at2024-07-12 15:47:54.028891
updated_at2024-07-12 15:47:54.028891
descriptionA rust library for interacting with systemd
homepage
repositoryhttps://github.com/alexrudy/systemd-rs
max_upload_size
id1300816
size25,914
Alex Rudy (alexrudy)

documentation

https://docs.rs/systemd-rs

README

SystemD-connector

crate Docs Build Status MIT licensed

A quick library for interacting with SystemD from inside a rust library.

This is meant to be a re-implementation of libsystemd in rust, with a more idiomatic API, but it is definitely imperfect and missing most features.

Right now, it covers:

  • sd_notify (notify systemd of readiness)
  • sd_listen_fds (get the number of file descriptors passed to the process)
Commit count: 0

cargo fmt