structable 0.3.3

A crate for 'serializing' structs as Vec<Vec<String>> tables
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.3]https://github.com/gtema/structable/compare/structable-v0.3.2...structable-v0.3.3 - 2025-05-27

### Fixed

- Prevent necessity to import serde_json::Value ([#41]https://github.com/gtema/structable/pull/41)

## [0.3.2]https://github.com/gtema/structable/compare/structable-v0.3.1...structable-v0.3.2 - 2025-05-26

### Added

- Add json path support ([#39]https://github.com/gtema/structable/pull/39)

## [0.3.1]https://github.com/gtema/structable/compare/structable-v0.3.0...structable-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-v0.2.1...structable-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.1]https://github.com/gtema/structable/compare/structable-v0.2.0...structable-v0.2.1 - 2025-04-13

### Added

- Make OutputConfig case insensitive ([#11]https://github.com/gtema/structable/pull/11)

### Other

- Update documentation ([#12]https://github.com/gtema/structable/pull/12)

## [0.2.0]https://github.com/gtema/structable/releases/tag/structable-v0.2.0 - 2025-04-13

### Added

- Split structable into separate repository