1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
// <FILE>crates/rocketsplash-formats/src/lib.rs</FILE>
// <DESC>Shared format definitions for Rocketsplash text art</DESC>
// <VERS>VERSION: 2.0.0</VERS>
// <WCTX>Foundation crates 0.3.0 (RELEASE_PLAN D2/D3/ยง9.3)</WCTX>
// <CLOG>2.0.0: add FormatError, FontProvenance, and the hardened read_splash/read_font_atlas decode entry points. 1.1.0: core format types, limits, and module exports.</CLOG>
//! # rocketsplash-formats
//!
//! Shared serializable types for Rocketsplash file formats, plus the
//! canonical decode entry points ([`read_splash`], [`read_font_atlas`])
//! that enforce size caps, version windows, and structural limits.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
// <FILE>crates/rocketsplash-formats/src/lib.rs</FILE>
// <VERS>END OF VERSION: 2.0.0</VERS>