odata is an OData (Open Data Protocol) query options parser. https://crates.io/crates/odata
Find a file
Dan Bluhm Hansen bb5cb63efa
Some checks failed
CI / check (push) Has been cancelled
chore: init repo
2025-08-30 07:41:12 +02:00
.config chore: init repo 2025-08-30 07:41:12 +02:00
.github/workflows chore: init repo 2025-08-30 07:41:12 +02:00
benches chore: init repo 2025-08-30 07:41:12 +02:00
src chore: init repo 2025-08-30 07:41:12 +02:00
.envrc chore: init repo 2025-08-30 07:41:12 +02:00
.gitignore chore: init repo 2025-08-30 07:41:12 +02:00
.taplo.toml chore: init repo 2025-08-30 07:41:12 +02:00
Cargo.lock chore: init repo 2025-08-30 07:41:12 +02:00
Cargo.toml chore: init repo 2025-08-30 07:41:12 +02:00
CODE_OF_CONDUCT.md chore: init repo 2025-08-30 07:41:12 +02:00
COPYING chore: init repo 2025-08-30 07:41:12 +02:00
COPYING.LESSER chore: init repo 2025-08-30 07:41:12 +02:00
deny.toml chore: init repo 2025-08-30 07:41:12 +02:00
flake.lock chore: init repo 2025-08-30 07:41:12 +02:00
flake.nix chore: init repo 2025-08-30 07:41:12 +02:00
README.md chore: init repo 2025-08-30 07:41:12 +02:00

OData

odata is an OData (Open Data Protocol) query options parser.

Safety

This crate uses #![forbid(unsafe_code)] to ensure everything is implemented in 100% safe Rust.

License

This project is licensed under the GPL-3.0 and LGPL-3.0 licenses.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in odata by you, shall be licensed as LGPL-3.0, without any additional terms or conditions.