8 releases

new 0.3.0 Apr 17, 2024
0.2.4 Feb 5, 2024
0.2.3 Sep 22, 2023
0.2.2 May 29, 2023
0.1.1 Jul 16, 2021

#244 in Unix APIs

Download history 7/week @ 2024-02-01 15/week @ 2024-02-15 25/week @ 2024-02-22 8/week @ 2024-02-29 6/week @ 2024-03-07 18/week @ 2024-03-14 26/week @ 2024-03-28 25/week @ 2024-04-04

73 downloads per month
Used in 2 crates

BSD-2-Clause

29KB
561 lines

freebsd-libgeom

Rusty bindings to FreeBSD's libgeom

Build Status Crates.io Documentation

Overview

libgeom is the userland API Library for the kernel GEOM subsystem. It's used to view the GEOM configuration, get I/O statistics for GEOM providers, and send control requests to GEOM providers.

Currently this library only supports the statistics API. The other functionality may be added on an as-needed basis.

Minimum Supported Rust Version (MSRV)

freebsd-libgeom does not guarantee any specific MSRV. Rather, it guarantees compatibility with the oldest rustc shipped in the current FreeBSD ports tree.

License

freebsd-libgeom is primarily distributed under the terms of the BSD 2-clause license.

See LICENSE for details.

Sponsorship

freebsd-libgeom is sponsored by Axcient, inc.

Dependencies

~0–1.8MB
~36K SLoC