Skip to main content

arcis_imports/
lib.rs

1#![deprecated(
2    since = "0.6.0",
3    note = "Use the `arcis` crate instead of the `arcis-imports` crate. `arcis-imports` has been renamed to `arcis`."
4)]
5pub use arcis::*;