File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,26 @@ fn main() {
81
81
}
82
82
```
83
83
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
+
84
104
## Take a look around
85
105
86
106
Clone the repo:
You can’t perform that action at this time.
0 commit comments