Skip to content

v0.2.3

Latest

Choose a tag to compare

@github-actions github-actions released this 16 May 19:00

Bug Fixes

  • Remove redundant clear, check file size before read (fb65c89)
  • Memory, double parse, scroll overflow, string dedup (01ec7f5)
  • Dependabot (7cab63d)
  • Transition to rust-version 1.85.0 (4a176ab)

Style

  • Add rustfmt rules (252ac3b)
  • Improve code readability and bug report form structure (051d91d)

Docs

Install

Windows
Download the binary for your platform, rename to binpeek and put it in your PATH.

One-liner (Linux x64):

curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.3/binpeek-linux-x64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/

One-liner (macOS ARM64):

curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.3/binpeek-macos-arm64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/

Cargo

cargo install binpeek