odata is an OData (Open Data Protocol) query options parser. https://crates.io/crates/odata
  • Rust 95.4%
  • Nix 4.6%
Find a file
Dan Bluhm Hansen 87f602858f
Some checks failed
CI / check (push) Has been cancelled
chore: crate updates
2025-12-15 23:23:36 +01: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 refactor: remove BinOp in favour of parsing operators as idents 2025-12-15 23:13:08 +01: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: crate updates 2025-12-15 23:23:36 +01:00
Cargo.toml chore: crate updates 2025-12-15 23:23:36 +01: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.