Skip to main content

vespertide/
lib.rs

1// Re-export macro for convenient usage
2#[doc(inline)]
3pub use vespertide_macro::vespertide_migration;
4
5// Re-export other commonly used items
6pub use vespertide_core::{MigrationError, MigrationOptions};