overnext-0.0.0 is not a library.
overnext
Installer shim for the overnext mutation testing engine.
Install
cargo install overnext
How it works
The shim runs once on first invocation:
- Fetches
releases.jsonfromcdn.overnext.devto find the latest version and platform-specific download URL. - Downloads the binary, verifies its SHA-256 checksum, and writes it to
~/.local/share/overnext/releases/<version>/<arch>-<os>. - Creates a symlink at
~/.local/share/overnext/latest/<arch>-<os>pointing to the downloaded binary. execs the real binary, forwarding all arguments.
On subsequent invocations the symlink already exists. The shim skips all network calls and immediately execs the real binary. The real binary handles its own update checks.
Platforms
Linux (x86_64, aarch64) and macOS (aarch64). The shim will not compile on other platforms.