migrate-state 0.1.0

Generic interface for managing the migrations state storage.
Documentation

Traits related to migration state storage.

They are separate from migrate-core crate to guarantee more stability, even when there are breaking changes to migrate-core crate. This is because it serves as an interface for the considerable part of migrate ecosystem, namely for different state storage and locks implementations. We would like to avoid updating all of them, especially if they don't reside in our repository.