arri_common

Crates.ioarri_common
lib.rsarri_common
version1.1.16
created_at2025-09-19 18:52:30.90904+00
updated_at2025-09-24 09:12:39.125399+00
descriptionCommon types and utilities shared across Arri crates
homepage
repositoryhttps://github.com/Arthurdw/ronky
max_upload_size
id1846775
size7,544
Arthur (Arthurdw)

documentation

README

Arri Common

Common types and utilities shared across Arri crates.

This crate contains shared definitions to avoid circular dependencies and code duplication between arri_repr and ronky_derive.

Features

  • EnumTransformation - Shared enum for string case transformations using the heck crate

Usage

This crate is primarily intended as an internal dependency for other Arri crates. It helps eliminate circular dependencies while providing a single source of truth for common types.

Commit count: 561

cargo fmt