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
When looking at a crate on crates.io, it very much is guesswork finding out what the default features are and what features are available, and developers don't often make this obvious.
As an example, for the tungstenite crate, if you want to use the function tungstenite::client::connect, you can see in the function documentation the following:
The URL may be either ws:// or wss://. To support wss:// URLs, feature "tls" must be turned on.
There should be a more obvious way to find out about the "tls" feature, preferable on the crate's page on crates.io.
The text was updated successfully, but these errors were encountered:
When looking at a crate on crates.io, it very much is guesswork finding out what the default features are and what features are available, and developers don't often make this obvious.
As an example, for the
tungstenite
crate, if you want to use the functiontungstenite::client::connect
, you can see in the function documentation the following:There should be a more obvious way to find out about the "tls" feature, preferable on the crate's page on crates.io.
The text was updated successfully, but these errors were encountered: