Crates.io | freebsd-libgeom |
lib.rs | freebsd-libgeom |
version | 0.3.0 |
source | src |
created_at | 2021-07-15 21:57:34.400836 |
updated_at | 2024-04-17 22:33:07.295945 |
description | Rust bindings to FreeBSD's libgeom library |
homepage | |
repository | https://github.com/asomers/gstat-rs |
max_upload_size | |
id | 423240 |
size | 40,351 |
Rusty bindings to FreeBSD's libgeom
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.
freebsd-libgeom does not guarantee any specific MSRV. Rather, it guarantees compatibility with the oldest rustc shipped in the current FreeBSD ports tree.
freebsd-libgeom
is primarily distributed under the terms of the BSD 2-clause license.
See LICENSE for details.
freebsd-libgeom is sponsored by Axcient, inc.