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
Copy file name to clipboardExpand all lines: nginx-sys/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,10 @@ nginx-sys = "0.5.0"
14
14
15
15
## Features
16
16
17
-
-`vendored`: Enables the build scripts to download and build a copy of nginx
18
-
source and link against it.
17
+
-`vendored`: Enables the build scripts to download and build a copy of nginx source and link against it.
18
+
This feature is enabled by default.
19
+
-`alloc`: Enables the components using memory allocation. If no `std` flag, `alloc` crate is internally used instead. This flag is mainly for `no_std` build.
20
+
-`std`: Enables the components using `std` crate. Currently the available components are same to when specifying `alloc` only.
0 commit comments