umbral-core 0.0.4

umbral internals: ORM, migrations, routing, DB backends, the Plugin trait. Do not depend on this directly; use the `umbral` facade.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# umbral-core

umbral internals: ORM, migrations, routing, DB backends, the Plugin trait. Do not depend on this directly; use the `umbral` facade.

This is an internal crate of the umbral framework. You almost certainly want the [umbral](https://crates.io/crates/umbral) facade crate instead, which re-exports the stable public surface including what this crate provides.

## Documentation

- Guide and reference: https://dalmasonto.github.io/umbral/
- Repository: https://github.com/dalmasonto/umbral
- API reference: https://docs.rs/umbral-core

## License

Licensed under either of MIT or Apache-2.0, at your option.