https://github.com/71/tuplequery
Generic library for Datascript-like queries in Rust.
https://github.com/71/tuplequery
Last synced: over 1 year ago
JSON representation
Generic library for Datascript-like queries in Rust.
- Host: GitHub
- URL: https://github.com/71/tuplequery
- Owner: 71
- License: isc
- Created: 2021-05-12T22:04:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T12:46:54.000Z (over 2 years ago)
- Last Synced: 2025-03-05T14:04:48.408Z (over 1 year ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tuplequery
##### (Name subject to change)
This crate provides generic utilities for building queries similar to
[DataScript](https://github.com/tonsky/datascript), with a focus on efficiency.
**Warning**: this crate is not sufficiently tested and relies on a fair amount
of `unsafe` code. Its API is also subject to change at any time. I plan on
adding more tests and using it in an actual project at some point, but in the
meantime it probably shouldn't be used for anything important.
A simple example is provided in
[`examples/datascript.rs`](examples/datascript.rs).