Skip to main content

Crate par_term_update

Crate par_term_update 

Source
Expand description

Self-update and update-check system for par-term terminal emulator.

Provides:

  • manifest: File tracking for bundled assets (shaders, shell integration)
  • update_checker: GitHub release polling with configurable frequency
  • self_updater: In-place binary replacement for standalone installs
  • install_methods: Installation type detection and platform-specific binary replacement
  • binary_ops: Asset name resolution, SHA256 verification, download URLs

Modulesยง

binary_ops
Binary download, hash verification, and cleanup operations for self-update.
http
HTTP client helper with native-tls support for the self-update subsystem.
install_methods
Installation type detection and platform-specific binary installation strategies.
manifest
Manifest system for tracking bundled files.
self_updater
Self-update orchestration for par-term.
update_checker
Automatic update checking for par-term.