looprs 0.4.0

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

pub use looprs_core::observation::*;