//! Shared test scaffolding for crabtalk-core and downstream crates.
//!
//! [`InMemoryStorage`] for a pluggable [`Storage`] without a filesystem,
//! [`test_provider`] for a scripted [`Provider`], and [`test_schema`]
//! for a minimal [`Tool`] schema.
use ;
pub use InMemoryStorage;
/// Create a minimal tool schema for testing.