Skip to main content

persona_wire/
lib.rs

1//! persona-wire shared library — currently houses only the schema migration
2//! framework consumed by the `pw-migrate` binary (and the deprecated
3//! `migrate_id_to_ulid` alias). Other crate code lives in `main.rs` /
4//! `bin/`; only modules that need to be shared across binaries (or used
5//! by external integration tests) go here.
6
7pub mod migrations;