inkferro-rt 0.1.0

Frame composition and diff runtime for inkferro, the Rust-backed, ink-compatible terminal UI renderer.
Documentation
  • Coverage
  • 100%
    28 out of 28 items documented0 out of 7 items with examples
  • Size
  • Source code size: 190.81 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 696.5 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • metaphorics/inkferro
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • synaptic-void

inkferro-rt

Frame composition and diff runtime for inkferro — a Rust-backed, byte-for-byte drop-in for the ink terminal UI library.

inkferro-rt sits on top of inkferro-core and owns the per-frame pipeline: it composes the styled cell grid into a terminal frame, diffs it against the previously written frame, and emits the minimal, flicker-free byte sequence (synchronized-update enveloped) that the JavaScript Ink writer flushes to the stream.

Status

0.1.x is an early release, published primarily as part of the inkferro npm package engine. The Rust API is not yet stable; pin an exact version if you depend on it directly.

License

Licensed under either of MIT or Apache-2.0 at your option.