Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcnmx/mccs-rs
Monitor Control Command Set
https://github.com/arcnmx/mccs-rs
Last synced: 18 days ago
JSON representation
Monitor Control Command Set
- Host: GitHub
- URL: https://github.com/arcnmx/mccs-rs
- Owner: arcnmx
- License: mit
- Created: 2018-03-17T06:29:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T19:36:48.000Z (over 1 year ago)
- Last Synced: 2024-04-24T14:58:03.166Z (7 months ago)
- Language: Rust
- Size: 730 KB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# mccs
[![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]
`mccs` implements the VESA [Monitor Control Command Set](https://en.wikipedia.org/wiki/Monitor_Control_Command_Set).
The library is split up into a few sub-crates:- [`mccs`](https://crates.io/crates/mccs) contains the common types describing the MCCS and VCP data structures.
- [`mccs-caps`](https://crates.io/crates/mccs-caps) provides a parser for the MCCS capability string.
- [`mccs-db`](https://crates.io/crates/mccs-db) contains the human-readable descriptions of VCP features from the
MCCS spec.## [Documentation][docs]
See the [documentation][docs] for up to date information.
[release-badge]: https://img.shields.io/crates/v/mccs.svg?style=flat-square
[cargo]: https://crates.io/crates/mccs
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://docs.rs/mccs/
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/mccs-rs/blob/main/COPYING