evenframe 0.2.0

A unified framework for TypeScript type generation and database schema synchronization
1
2
3
4
5
//! Workspace scanning for finding Rust types with Evenframe derives.
//!
//! This module re-exports functionality from `evenframe_core::tooling`.

pub use evenframe_core::tooling::{TypeKind, WorkspaceScanner};