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: deps/llhttp/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,15 @@ make
107
107
108
108
* Python: [pallas/pyllhttp][8]
109
109
* Ruby: [metabahn/llhttp][9]
110
+
* Rust: [JackLiar/rust-llhttp][10]
110
111
111
112
### Using with CMake
112
113
113
114
If you want to use this library in a CMake project you can use the snippet below.
114
115
115
116
```
116
117
FetchContent_Declare(llhttp
117
-
URL "https://github.com/nodejs/llhttp/releases/download/v6.0.5/llhttp-release-v6.0.5.tar.gz") # Using version 6.0.5
118
+
URL "https://github.com/nodejs/llhttp/archive/refs/tags/v6.0.5.tar.gz") # Using version 6.0.5
118
119
119
120
FetchContent_MakeAvailable(llhttp)
120
121
@@ -178,3 +179,4 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments