https://github.com/oxidecomputer/smf
https://github.com/oxidecomputer/smf
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oxidecomputer/smf
- Owner: oxidecomputer
- License: mpl-2.0
- Created: 2021-02-15T19:35:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T16:11:44.000Z (about 2 years ago)
- Last Synced: 2025-02-10T00:57:59.830Z (over 1 year ago)
- Language: Rust
- Size: 41 KB
- Stars: 5
- Watchers: 25
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMF
[](https://crates.io/crates/smf)
[](https://github.com/oxidecomputer/smf/blob/main/LICENSE)
[](https://docs.rs/smf)
This crate provides a Rust interface to various utilities in the illumos SMF
system.
It provides a set of bindings for commands such as "svcs", "svcadm",
"svccfg", and "svcprop".
Warning: This crate is still under active development, and is
far from stable.