DBmaters is a Rust library that provides a C API for database migrations using the fantastic [dbmate](https://github.com/amacneil/dbmate) project.
This library requires the Go library to be built first. Run:
```bash
make build-go-static
```
```bash
cargo build
```
```rust
use dbmaters;
fn main() {
}
```