oxedize_fe2o3_datime

Crates.iooxedize_fe2o3_datime
lib.rsoxedize_fe2o3_datime
version0.5.1
created_at2025-06-25 00:10:01.19129+00
updated_at2025-06-25 00:10:01.19129+00
descriptionDEPRECATED: This package has moved to oxedyne_fe2o3_datime. Please update your dependencies.
homepage
repositoryhttps://github.com/oxedyne-io/fe2o3
max_upload_size
id1725134
size4,644
(h00gs)

documentation

README

⚠️ DEPRECATED: oxedize_fe2o3_datime

This package has been moved to oxedyne_fe2o3_datime.

🚨 Important Notice

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

  • Old package: oxedize_fe2o3_datime (this package)
  • New package: oxedyne_fe2o3_datime (please use this)

📦 Migration Instructions

1. Update your Cargo.toml:

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

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

2. Update your Rust imports:

// Old:
// use oxedize_fe2o3_datime::prelude::*;

// New:
use oxedyne_fe2o3_datime::prelude::*;

3. That's it!

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

🔗 Links

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

Commit count: 0

cargo fmt