3个版本 (1 个稳定)

1.0.0 2021年2月12日
0.1.1 2021年2月8日
0.1.0 2020年12月31日

#916 in Unix API

每月下载 34 次
3crate中使用(直接使用2个)

AGPL-3.0

30KB
141

sd-sys

GitHub release (latest by date) Crates.io docs.rs GitHub Workflow Status buy me a coffee donate@paypal

sd-sys 定义了在 libsystemd 的systemd API中 sd-id128 & sd-journal 的FFI绑定。sd-sys是 systemd.rs 项目的组成部分,提供对 sd-id128sd-journal 的FFI绑定。

兼容性

该库针对libsystemd的最新版本进行开发。因此,可能包含在先前版本中不可用的FFI绑定。如果使用了不可用的函数,可能会在链接过程中出现问题。此库中没有包含版本检查。有关此类版本检查的示例,请参阅 sd-id128 的功能定义。

许可

sd-sys 在AGPL-3.0下发布,可根据要求授予个人许可。

sd-sys: FFI bindings to systemd for sd-id128 & sd-journal
Copyright (C) 2020 Christian Klaue [mail@ck76.de]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

依赖

~47KB