//! NexSight - Memory layer library for AI agents
//!//! A library for managing memory in AI agent applications.
/// Prints a greeting from NexSight
pubfnhello(){println!("Hello, NexSight!");}#[cfg(test)]modtests{usesuper::*;#[test]fntest_hello(){hello();}}