tmprl-core 0.1.0

Pure domain logic for tmprl: modes, keymap, command registry
Documentation
  • Coverage
  • 40.97%
    263 out of 642 items documented0 out of 235 items with examples
  • Size
  • Source code size: 281.26 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 4s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • arisros/tmprl
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • arisros

Pure domain logic for tmprl.

Nothing in this crate performs IO, touches a terminal, or is async. That is deliberate: it is the layer where the difficult logic lives, so it is the layer that must be trivially testable. If something here needs a runtime, it is in the wrong crate.