@adamreichold I think this is a sufficiently simple solution which solves the cases encountered so far.
You probably have some improvement suggestions regarding borrowing, to_owned etc. Also, there may be a more idiomatic solution than the for loop in modify_path.
@adamreichold I think this is a sufficiently simple solution which solves the cases encountered so far.
You probably have some improvement suggestions regarding borrowing,
to_owned
etc. Also, there may be a more idiomatic solution than the for loop inmodify_path
.Fixes #27.