objex 0.2.0

object entity creation and persistence using matcat and geospec
Documentation
# objex-rs

[![CI](https://github.com/JDPlumbing/objex-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/JDPlumbing/objex-rs/actions)

Created by [JDPlumbing](https://github.com/JDPlumbing)

## 📦 Installation

```bash
cargo install objex
```

## 🚀 Usage

```rust
fn main() {
    println!("Hello from your new crate!");
}
```