1//! ModelSpec, checkpoint formats, weight loading, the `.kime` packed format and the graph builders for both model families: the laya compat graph and the kime-v1 split encoder. See spec/05-model.md and spec/07-engine.md. 2 3#![forbid(unsafe_code)]