radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

Use options in_session #45

Closed RHL120 closed 1 year ago

RHL120 commented 1 year ago

Checklist

Description

This PR remove the atoi function because it is unnecessary and makes the return type of getenv an Option<i32> because this is how it should be. The rest of the changes are due to nvim complaining about mixed indentation