autotrait 0.2.0

Reduces boilerplate by auto-generating trait definitions from impl blocks for dynamic dispatch.
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.12]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.11...autotrait-v0.1.12 - 2025-04-24

### Other

- Support async fn in trait

## [0.1.11]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.10...autotrait-v0.1.11 - 2025-04-24

### Other

- Support lifetimes in dyn traits

## [0.1.10]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.9...autotrait-v0.1.10 - 2025-04-24

### Other

- Update sample

## [0.1.9]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.8...autotrait-v0.1.9 - 2025-04-24

### Other

- Accept lifetimes in refs

## [0.1.8]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.7...autotrait-v0.1.8 - 2025-04-24

### Other

- Fix !Send / !Sync bounds to work on rustc as well as ra x)

## [0.1.7]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.6...autotrait-v0.1.7 - 2025-04-24

### Other

- Support non-sync (but still send)

## [0.1.6]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.5...autotrait-v0.1.6 - 2025-04-24

### Other

- Support '+' in trait objects

## [0.1.5]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.4...autotrait-v0.1.5 - 2025-04-23

### Other

- Parse function types and dyn/impl traits

## [0.1.4]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.3...autotrait-v0.1.4 - 2025-04-23

### Other

- Support more syntax

## [0.1.3]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.2...autotrait-v0.1.3 - 2025-04-23

### Other

- Make trait pub

## [0.1.2]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.1...autotrait-v0.1.2 - 2025-04-23

### Other

- Add Send bound by default

## [0.1.1]https://github.com/bearcove/autotrait/compare/autotrait-v0.1.0...autotrait-v0.1.1 - 2025-04-23

### Other

- Support box<dyn T>
- wip more complex implementations

## [0.1.0]https://github.com/bearcove/autotrait/releases/tag/autotrait-v0.1.0 - 2025-04-22

### Other

- Add sample
- Add metadata