https://github.com/jonlamb-gh/gas-index-algorithm
An unofficial Rust port of Sensirion's gas-index-algorithm
https://github.com/jonlamb-gh/gas-index-algorithm
gas-index nox-representation rust rust-no-std sensirion voc-representation
Last synced: 8 months ago
JSON representation
An unofficial Rust port of Sensirion's gas-index-algorithm
- Host: GitHub
- URL: https://github.com/jonlamb-gh/gas-index-algorithm
- Owner: jonlamb-gh
- License: bsd-3-clause
- Created: 2023-04-03T14:33:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T15:33:23.000Z (about 3 years ago)
- Last Synced: 2025-01-28T12:39:39.355Z (over 1 year ago)
- Topics: gas-index, nox-representation, rust, rust-no-std, sensirion, voc-representation
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gas-index-algorithm ![ci] [![crates.io]](https://crates.io/crates/gas-index-algorithm) [![docs.rs]](https://docs.rs/gas-index-algorithm)
An unofficial Rust `no_std` port of Sensirion's [gas-index-algorithm](https://github.com/Sensirion/gas-index-algorithm) library
as of version 3.2.2.
It was first generated using [c2rust](https://github.com/immunant/c2rust), then refactored manually.
## License
See [LICENSE](LICENSE).
[ci]: https://github.com/jonlamb-gh/gas-index-algorithm/workflows/CI/badge.svg
[crates.io]: https://img.shields.io/crates/v/gas-index-algorithm.svg
[docs.rs]: https://docs.rs/gas-index-algorithm/badge.svg