arri_common 1.1.26

Common types and utilities shared across Arri crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.