Skip to content

v0.1.0

Choose a tag to compare

@ren-yamanashi ren-yamanashi released this 03 Jun 15:38
· 33 commits to main since this release
c0d3946

First public release of mysql-handler.

Rust bindings for the MySQL 8.4 LTS storage-engine handler API, covering the handler and handlerton interface surface. See README and docs.rs for usage.

See examples/engine/ in the repository for a reference storage-engine implementation built on this binding.