rv8803 2.0.0

RTC clock driver for the rv8803 chip via I2C
Documentation
# rv8803

[![Crates.io Version](https://img.shields.io/crates/v/rv8803)](https://crates.io/crates/rv8803)
[![Released API docs](https://img.shields.io/docsrs/rv8803)](https://docs.rs/rv8803/)

## API usage

Refer to the [docs](https://docs.rs/rv8803/latest/rv8803/) for further examples.

### WARNING!

The [latest release](https://crates.io/crates/rv8803) simply stabilises a new public API, however, this still needs testing on actual hardware and is pending.

Should you wish to contribute towards this effort, kindly do so by opening issues/PRs.  Thanks!

### Building

This runs a `release` build, runs tests and generates docs.

```shell script
./build.sh
```


## Minimum supported Rust version

This project is tested against rust `nightly`.

## License

Refer to LICENSE.