assert-struct 0.4.1

A procedural macro for ergonomic structural assertions in tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.4.1]https://github.com/carllerche/assert-struct/compare/assert-struct-v0.4.0...assert-struct-v0.4.1 - 2026-03-10

### Other

- add deprecations section to LLM.txt and update examples to current syntax ([#117]https://github.com/carllerche/assert-struct/pull/117)
- Bump tokio from 1.49.0 to 1.50.0 ([#114]https://github.com/carllerche/assert-struct/pull/114)
- update all docs to use bare `{ ... }` anonymous struct syntax ([#116]https://github.com/carllerche/assert-struct/pull/116)