Closed ariel-miculas closed 11 months ago
+1 for this, I am having to do the same thing (copy) and it seems reasonable to provide implementations of std::str::FromStr
and std::string::ToString
for MountOptions
Happy to contribute this if it feels appropriate
See comment in the linked PR.
Right now I need to copy/paste this function into my code, it would be useful if these two function were exported by the library. The use case is that I want to allow mount options from the command line.