https://github.com/eldruin/rtcc-rs
Generic Rust Real-Time Clock / Calendar Device Support
https://github.com/eldruin/rtcc-rs
calendar clock embedded hardware-support no-std real-time-clock rtc rtcc rust
Last synced: over 1 year ago
JSON representation
Generic Rust Real-Time Clock / Calendar Device Support
- Host: GitHub
- URL: https://github.com/eldruin/rtcc-rs
- Owner: eldruin
- License: apache-2.0
- Created: 2019-06-16T09:27:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T08:44:38.000Z (about 2 years ago)
- Last Synced: 2024-04-26T20:49:47.616Z (about 2 years ago)
- Topics: calendar, clock, embedded, hardware-support, no-std, real-time-clock, rtc, rtcc, rust
- Language: Rust
- Size: 27.3 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Generic Rust Real-Time Clock / Calendar Traits and Structs
[](https://crates.io/crates/rtcc)
[](https://docs.rs/rtcc)

[](https://github.com/eldruin/rtcc-rs/actions?query=workflow%3ABuild)
This contains a set of data structures and traits to be implemented by real-time clock / calendar devices.
## Support
For questions, issues, feature requests, and other changes, please file an
[issue in the github project](https://github.com/eldruin/rtcc-rs/issues).
## Minimum Supported Rust Version (MSRV)
This crate is guaranteed to compile on stable Rust 1.62.0 and up. It *might*
compile with older versions but that may change in any new patch release.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
at your option.
### Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.