pstramp-0.1.0 is not a library.
pstramp — process spawn trampoline (no_std, macOS-only).
Lightweight helper for process isolation. Performs optional session and controlling-terminal setup, then exec()s into the requested command.
Usage
pstramp [-setctty] [-disclaim] -- command [args...]
Flags
-setctty— Create a new session (setsid) and claim stdin as the controlling terminal (TIOCSCTTY).-disclaim— Useposix_spawnwithPOSIX_SPAWN_DISCLAIMto relinquish the parent's responsibility claims.