structable_derive 0.3.1

Derive macros for the StructTable trait (structable crate)
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.3.1]https://github.com/gtema/structable/compare/structable_derive-v0.3.0...structable_derive-v0.3.1 - 2025-04-22

### Fixed

- Trip quotes for serialized field in values ([#21]https://github.com/gtema/structable/pull/21)

## [0.3.0]https://github.com/gtema/structable/compare/structable_derive-v0.2.1...structable_derive-v0.3.0 - 2025-04-16

### Added

- Add possibility to implement trait for collections ([#17]https://github.com/gtema/structable/pull/17)

### Other

- Update metadata and doc ([#15]https://github.com/gtema/structable/pull/15)

## [0.2.0]https://github.com/gtema/structable/compare/structable_derive-v0.1.6...structable_derive-v0.2.0 - 2025-04-13

### Added

- Split structable into separate repository

### Other

- Fix linter issues

## [0.1.6]https://github.com/gtema/openstack/compare/structable_derive-v0.1.5...structable_derive-v0.1.6 - 2025-03-29

### Added

- Allow showing wide field even without wide mode ([#1077]https://github.com/gtema/openstack/pull/1077)

## [0.1.5]https://github.com/gtema/openstack/compare/structable_derive-v0.1.4...structable_derive-v0.1.5 - 2024-12-13

### Added

- Colorize output rows based on the entity status (#824)

## [0.1.4]https://github.com/gtema/openstack/compare/structable_derive-v0.1.3...structable_derive-v0.1.4 - 2024-06-27

### Fixed
- Fix table output for empty data ([#289]https://github.com/gtema/openstack/pull/289)

## [0.1.3]https://github.com/gtema/openstack/compare/structable_derive-v0.1.2...structable_derive-v0.1.3 - 2024-03-15

### Added
- Implement pretty-print support
- use json style in output for complex fields

### Fixed
- fix structable_derive None handling

## [0.1.2]https://github.com/gtema/openstack/compare/structable_derive-v0.1.1...structable_derive-v0.1.2 - 2024-02-23

### Other
- switch to caret requirements syntax

## [0.1.1]https://github.com/gtema/openstack/compare/structable_derive-v0.1.0...structable_derive-v0.1.1 - 2024-02-16

### Other
- Revert "chore: release"
- release
- minor reorg in cargo manifests