looprs 0.5.1

Concise coding assistant REPL — core library
Documentation
1
2
3
4
5
6
//! Domain newtype identifiers — re-exported from `looprs-core`.
//!
//! All type definitions are in `looprs_core::types`.
//! This module re-exports them for use within the `looprs` crate.

pub use looprs_core::types::*;