1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
//! # ⚠️ DEPRECATED PACKAGE ⚠️
//!
//! This package has been moved to [`oxedyne_fe2o3_shield`](https://crates.io/crates/oxedyne_fe2o3_shield).
//!
//! ## Migration Guide
//!
//! 1. Update your `Cargo.toml`:
//! ```toml
//! [dependencies]
//! # Remove this line:
//! # oxedize_fe2o3_shield = "0.5.0"
//!
//! # Add this line:
//! oxedyne_fe2o3_shield = "0.6.0" # Use the latest version
//! ```
//!
//! 2. Update your imports:
//! ```rust
//! // Old:
//! // use oxedize_fe2o3_shield::prelude::*;
//!
//! // New:
//! use oxedyne_fe2o3_shield::prelude::*;
//! ```
//!
//! 3. All APIs remain identical - only the package name has changed.
//!
//! ## Why the change?
//!
//! The project has been rebranded from Oxedize to Oxedyne. This is part of
//! a larger organizational change. The functionality remains the same.
//!
//! ## Support
//!
//! For questions or issues with migration, please visit:
//! https://github.com/oxedyne-io/fe2o3/issues
/// This crate has been deprecated and moved.
///
/// Please use `oxedyne_fe2o3_shield` instead.