MilesCranmer / rip2

A safe and ergonomic alternative to rm
GNU General Public License v3.0
27 stars 1 forks source link

More idiomatic rust code #5

Closed MilesCranmer closed 2 months ago

MilesCranmer commented 2 months ago

This implements various changes with modern rust code that simplify things, like ? rather than manually checking the Err.

It also: