Binary targets must import from the library using the crate name (aigpt::), not as local modules (pub mod memory). This fixes the 'unresolved import' errors.
Binary targets must import from the library using the crate name (aigpt::), not as local modules (pub mod memory). This fixes the 'unresolved import' errors.