ormada 0.1.0

Ergonomic ORM for Rust with compile-time safety and Django-like query API
Documentation
# Rust formatting configuration (stable features only)
# Enforce consistent code style across the project

# Edition
edition = "2021"

# Line width
max_width = 100

# Formatting options
use_small_heuristics = "Max"
fn_call_width = 80
attr_fn_like_width = 80
struct_lit_width = 40
struct_variant_width = 40
array_width = 80
chain_width = 80

# Misc
use_field_init_shorthand = true
use_try_shorthand = true
force_explicit_abi = true