combine-structs 0.1.1

Proc macros for compile-time struct field merging.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1]https://github.com/lintel-rs/lintel/compare/combine-structs-v0.1.0...combine-structs-v0.1.1 - 2026-03-06

### Other

- release

## [0.1.0]https://github.com/lintel-rs/lintel/releases/tag/combine-structs-v0.1.0 - 2026-03-03

### Added

- split Schema into per-vocabulary modules with combine-structs proc macro

### Other

- replace macro_rules callback chain with in-memory cache in combine-structs
- Merge origin/master into jsonschema-complete
- add detailed README and standardize metadata for combine-structs