// file: kb-lib/src/decoder/vesting/streamflow.rs // version: 2 //! Migration boundary for legacy crate `kb_decoder_vesting_streamflow`. /// Legacy crate name retained for migration and compatibility tracking. pub(crate) const DC_VESTING_STREAMFLOW_LEGACY_CRATE: &str = "kb_decoder_vesting_streamflow"; /// Current porting status. pub(crate) const DC_VESTING_STREAMFLOW_MIGRATION_STATUS: &str = "source-preserved-pending-port";