wootype 0.1.0

Type System as a Service - Rust-powered Go type checker for AI Agents
Documentation
1
2
3
4
5
6
7
8
9
10
//! Database interface for incremental type checking
//!
//! Re-exports from the main salsa module for convenience.

pub use super::{
    IncrementalDb,
    DbStats,
    QueryKey,
    QueryValue,
};