Skip to main content

Crate siggy

Crate siggy 

Source
Expand description

Library entrypoint for fuzz testing and external consumers.

The main binary has its own module tree; this surface re-exports only what fuzz harnesses need (config, input, keybindings, signal).

Modulesยง

config
TOML configuration at the platform-specific user config dir.
fs_migrate
Filesystem path migration helper used by the signal-tui -> siggy rename (#350).
input
Slash-command parsing.
keybindings
Configurable key bindings.
signal
signal-cli integration: child process bridge (client), JSON-RPC frame parsers (parse), and wire types (types).