limbo/bindings/rust
Pekka Enberg 2fc5c0ce5c Switch to runtime flag for enabling indexes
Makes it easier to test the feature:

```
$ cargo run --  --experimental-indexes
Limbo v0.0.22
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database
limbo> CREATE TABLE t(x);
limbo> CREATE INDEX t_idx ON t(x);
limbo> DROP INDEX t_idx;
```
2025-06-26 10:07:28 +03:00
..
examples bind/rust: Fix lifetime issue with pragma_query 2025-05-19 21:29:07 -03:00
src Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00
tests bindings/rust: Fix Rows::next() I/O dispatcher handling 2025-06-16 14:28:08 +03:00
Cargo.toml Switch to runtime flag for enabling indexes 2025-06-26 10:07:28 +03:00