Releases: iadev09/runtime-rs
Releases · iadev09/runtime-rs
0.1.4
0.1.2
0.1.2 - typed-lifecycle-order
- Added type-based provider lifecycle ordering with
ProviderOrder::before::<T>()andafter::<T>(). - Added shared lifecycle planning for validate, boot, reload, and reverse shutdown.
- Added
Registry::lifecycle_names()for diagnostics before boot. - Switched
Runnableto explicit asyncrun(self: Arc<Self>, state). - Updated examples and README.