looprs 0.4.0

Concise coding assistant REPL — core library
Documentation
1
2
3
4
5
6
//! Ports (hexagonal architecture) — re-exported from `looprs-core`.
//!
//! All port traits and domain types are defined in `looprs_core::ports`.
//! This module re-exports them for use within the `looprs` crate.

pub use looprs_core::ports::*;