Skip to main content

run

Function run 

Source
pub fn run() -> ExitCode
Expand description

Binary entry-point helper used by both src/main.rs and src/bin/sponge.rs.

Library consumers should use SpongeBuilder directly; this helper exists only to share the binary entry shape between the default rusty-sponge binary and the optional sponge alias.