qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Use `macro_rules` lifetime specifier when it lands in stable #246

Open gburd opened 4 years ago

gburd commented 4 years ago

This will enable the FFI to specialise define_destructor and use repetitions to allow more generic lifetime handling instead of having two functions.

Code is landed but awaiting release to stable. https://github.com/rust-lang/rust/issues/34303