You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as stated earlier, networking should be optional, so hyper and all its dependencies can be made an optional feature
maplit is largely useless, as you can just do vec![(a,b),(c,d),...].into_iter().collect() and get a hashmap.
rust_crypto is a) not secure to use according to the authors, and b) not even used.
The text was updated successfully, but these errors were encountered:
I've removed maplit and rust_crypto, I'll think about a nicer way of optionally including hyper. Hyper is pretty overkill for the usage, and I like your suggestion of GeoClue! 52ad87d
as stated earlier, networking should be optional, so hyper and all its dependencies can be made an optional feature
maplit is largely useless, as you can just do vec![(a,b),(c,d),...].into_iter().collect() and get a hashmap.
rust_crypto is a) not secure to use according to the authors, and b) not even used.
The text was updated successfully, but these errors were encountered: