restqs 0.1.0

REST Query Syntax parser for safe REST API filtering plans.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

User-facing changes are tracked in this file.

The project uses semantic versioning.

## 0.1.0 - Unreleased

### Added

Initial RestQS crate with REST Query Syntax parsing, explicit field allowlists, typed query plans, safe parser limits,
SQLx-oriented fragments behind the `sqlx` feature, documentation-only SQLx examples, tests, docs, and release files.