An open API service indexing awesome lists of open source software.

https://github.com/init4tech/zenith-rs

rust types and services for Zenith 🎀
https://github.com/init4tech/zenith-rs

Last synced: 6 days ago
JSON representation

rust types and services for Zenith 🎀

Awesome Lists containing this project

README

        

# zenith-rs

Rust types & utilities for working with [Zenith](https://github.com/init4tech/zenith).

![rust](https://github.com/init4tech/zenith-rs/actions/workflows/rust-ci.yml/badge.svg) ![ecr](https://github.com/init4tech/zenith-rs/actions/workflows/ecr-cd.yml/badge.svg)

## Development

This project requires Rust 1.82.0 or newer.

To build the project, run `make build`. To run tests, run `make test`. Before committing code, make sure to run `make tidy`, which will run clippy and format the whole project.