baskerville 0.3.0

Infer and validate data-type schemas in Rust.
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.0]https://github.com/jaynewey/baskerville/compare/baskerville-v0.2.0...baskerville-v0.3.0 - 2024-03-03

### Added
- add csv escape option
- add csv terminator option
- add csv trim option

### Fixed
- wall default time validators behind feature flag

### Other
- add ci workflow

## [0.2.0]https://github.com/jaynewey/baskerville/compare/baskerville-v0.1.0...baskerville-v0.2.0 - 2023-09-11

### Added
- [**breaking**] add `Fields` wrapper with table `Display`

### Other
- replace example with table display
- add `infer_csv` default benchmarks ([#4]https://github.com/jaynewey/baskerville/pull/4)
- add installation and usage
- add repo links
- fix fallback logo
- add the usual README badges
- run `cargo fmt`