Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

impl FromStr for sys::Signal #884

Merged
merged 1 commit into from Sep 5, 2018
Merged

Commits on Sep 5, 2018

  1. impl FromStr and Display for sys::Signal

    This is a subset of what `kill` accepts in many shells. The Display
    implementation matches the `Debug` representation of `Signal`.
    
    The `FromStr` matches both Debug/Display which means it can be round-tripped,
    if desired.
    quodlibetor committed Sep 5, 2018
    Copy the full SHA
    8de86cc View commit details
    Browse the repository at this point in the history