Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
/ zenith-rs Public archive

rust types and services for Zenith πŸŽ€

Notifications You must be signed in to change notification settings

init4tech/zenith-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

56a324b Β· Jan 8, 2025
May 29, 2024
Nov 25, 2024
Dec 19, 2024
Jan 8, 2025
Oct 21, 2024
Jan 8, 2025
Nov 25, 2024
Nov 25, 2024
Nov 25, 2024
May 18, 2024

Repository files navigation

zenith-rs

Rust types & utilities for working with Zenith.

rust ecr

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.