danielpclark / faster_path

Faster Pathname handling for Ruby written in Rust
MIT License
782 stars 33 forks source link

Simplify MaybeString to &str conversions #146

Closed glebm closed 6 years ago

glebm commented 6 years ago

Also avoids a Result to Option conversion, and avoids an intermediate RString in case the result is an Err.

danielpclark commented 6 years ago

Very nice :+1: