| 1 | //! The application layer: use cases and the ports they depend on. |
| 2 | //! |
| 3 | //! Every use case takes an actor or a credential plus the ports it needs, and enforces |
| 4 | //! the rules before any side effect. Nothing here knows about HTTP or Topcoat. |
| 5 | |
| 6 | |
| 7 | |
| 8 | |
| 9 | |
| 10 | |
| 11 | |
| 12 | pub use ; |
| 13 | pub use AppConfig; |
| 14 | pub use ; |
| 15 | pub use login; |