Skip to content

Commit 043c4d2

Browse files
committed
docs: update README.md
1 parent 10ce900 commit 043c4d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

nginx-sys/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ nginx-sys = "0.5.0"
1414

1515
## Features
1616

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.
1921
This feature is enabled by default.
2022

2123
## Output variables

0 commit comments

Comments
 (0)