gas-index-algorithm 0.1.2

An unofficial Rust port of Sensirion's gas-index-algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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