#deprecated #oxedyne #moved

deprecated oxedize_fe2o3_iop_db

DEPRECATED: This package has moved to oxedyne_fe2o3_iop_db. Please update your dependencies.

1 unstable release

0.5.1 Jun 25, 2025
0.0.1 Dec 23, 2024

#17 in #oxedyne

Download history

65 downloads per month

BSD-2-Clause OR Apache-2.0

5KB

⚠️ DEPRECATED: oxedize_fe2o3_iop_db

This package has been moved to oxedyne_fe2o3_iop_db.

🚨 Important Notice

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

  • Old package: oxedize_fe2o3_iop_db (this package)
  • New package: oxedyne_fe2o3_iop_db (please use this)

📦 Migration Instructions

1. Update your Cargo.toml:

[dependencies]
# Remove:
# oxedize_fe2o3_iop_db = "0.5.0"

# Add:
oxedyne_fe2o3_iop_db = "0.6.0"  # Use the latest version

2. Update your Rust imports:

// Old:
// use oxedize_fe2o3_iop_db::prelude::*;

// New:
use oxedyne_fe2o3_iop_db::prelude::*;

3. That's it!

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

❓ 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)! 🦀

No runtime deps