oxedize_fe2o3_jdat 0.5.1

DEPRECATED: This package has moved to oxedyne_fe2o3_jdat. Please update your dependencies.
Documentation
# ⚠️ DEPRECATED: oxedize_fe2o3_jdat

**This package has been moved to [`oxedyne_fe2o3_jdat`](https://crates.io/crates/oxedyne_fe2o3_jdat).**

## 🚨 Important Notice

The Oxedize project has been rebranded to Oxedyne. As part of this transition:

- **Old package**: `oxedize_fe2o3_jdat` (this package)
- **New package**: `oxedyne_fe2o3_jdat` (please use this)

## 📦 Migration Instructions

### 1. Update your `Cargo.toml`:

```toml
[dependencies]
# Remove:
# oxedize_fe2o3_jdat = "0.5.0"

# Add:
oxedyne_fe2o3_jdat = "0.6.0"  # Use the latest version
```

### 2. Update your Rust imports:

```rust
// Old:
// use oxedize_fe2o3_jdat::prelude::*;

// New:
use oxedyne_fe2o3_jdat::prelude::*;
```

### 3. That's it!

All APIs remain identical. Only the package name has changed.

## 🔗 Links

- **New Package**: https://crates.io/crates/oxedyne_fe2o3_jdat
- **Repository**: https://github.com/oxedyne-io/fe2o3
- **Documentation**: https://docs.rs/oxedyne_fe2o3_jdat

## ❓ Questions?

If you have any issues with the migration, please open an issue at:
https://github.com/oxedyne-io/fe2o3/issues

---

**Thank you for using Hematite (fe2o3)!** 🦀