oxicode-snapcompact 0.74.0

Bitmap-frame context compression for vision-capable LLMs — Rust port of omp snapcompact
Documentation
[package]
name = "oxicode-snapcompact"
version = "0.74.0"
description = "Bitmap-frame context compression for vision-capable LLMs — Rust port of omp snapcompact"
edition = { workspace = true }
rust-version = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }

# and crates/pi-natives/src/snapcompact.rs. Fonts bundled under
# src/renderer/fonts/ (note: the renderer is at src/renderer/, so
# `include_str!` paths are relative to that submodule):
#   - 5x8.bdf, 6x12.bdf, 8x13.bdf (X.org misc, public domain)
#   - unscii-8.hex (public domain)
#   - Silver.ttf (CC BY 4.0 — see Silver.LICENSE, attribution in NOTICE.md)

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
fontdue = "0.9"
png = "=0.17.16"
thiserror = { workspace = true }
tracing = "0.1"

[dev-dependencies]
serde_json = "1"