esylla-core 0.1.0

Core esylla contract: the Module trait, app builder, and migration runner.
docs.rs failed to build esylla-core-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

esylla-core — the contract a module plugs into.

Defines the framework primitives only: the [Module] trait, the [Esylla] builder, the error contract, and the migration runner. Domain services (auth, storage, …) live in their own crates that depend on this one.