Skip to main content

Crate typewriter_core

Crate typewriter_core 

Source
Expand description

§typewriter-core

Core types, traits, and configuration for the typewriter type sync SDK.

This crate has zero proc-macro dependencies — it can be used in build scripts, CLI tools, and regular application code.

Re-exports§

pub use config::TypewriterConfig;
pub use mapper::TypeMapper;
pub use ir::*;

Modules§

config
Configuration parsing for typewriter.toml.
ir
Internal Representation (IR) for typewriter.
mapper
The TypeMapper trait — the core contract every language emitter must implement.