File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,26 @@ fn main() {
8181}
8282```
8383
84+ ## Features
85+
86+ ` async-std ` is strongly commited to following semver. This means your code won't
87+ break unless _ you_ decide to upgrade.
88+
89+ However every now and then we come up with something that we think will work
90+ _ great_ for ` async-std ` , and we want to provide a sneak-peek so you can try it
91+ out. This is what we call _ "unstable"_ features. You can try out the unstable
92+ features by enabling the ` unstable ` feature in your ` Cargo.toml ` file:
93+
94+ ``` toml
95+ [dependencies ]
96+ [dependencies .async-std ]
97+ version = " 0.99"
98+ features = [" unstable" ]
99+ ```
100+
101+ Just be careful when using these features, as they may change between
102+ versions.
103+
84104## Take a look around
85105
86106Clone the repo:
You can’t perform that action at this time.
0 commit comments