freebsd-libgeom

Crates.iofreebsd-libgeom
lib.rsfreebsd-libgeom
version0.3.0
sourcesrc
created_at2021-07-15 21:57:34.400836
updated_at2024-04-17 22:33:07.295945
descriptionRust bindings to FreeBSD's libgeom library
homepage
repositoryhttps://github.com/asomers/gstat-rs
max_upload_size
id423240
size40,351
Alan Somers (asomers)

documentation

README

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.

Commit count: 202

cargo fmt