Dependency towards the home
crate
#16
gabrik
started this conversation in
Ideas and new features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Current
zenoh-util
implementation relies on the home crate to get theHOME
directory of the user. It seems that this is necessary becausestd::env::home_dir
is wrong on Windows, at least according to what the crate claims in its readme.In rust there is this issue tracking the state of
std::env::home_dir
. I think we should follow and remove as soon as possible this "useless" dependency.Beta Was this translation helpful? Give feedback.
All reactions