Crates.io | uwebsockets_rs |
lib.rs | uwebsockets_rs |
version | 0.0.11 |
source | src |
created_at | 2023-05-14 15:00:15.10639 |
updated_at | 2023-11-24 12:23:55.605546 |
description | Rust wrapper for the uWebSockets |
homepage | https://github.com/GenrikhFetischev/uwebsockets_rs |
repository | |
max_upload_size | |
id | 864320 |
size | 77,269 |
In order to use uWebSockets in your Rust application you will have to link the following static libraries to you
binary - libz
, libuv
, libssl
, libcrypto
and libstdc++
.
It may look something like that in your build.rs file:
println!("cargo:rustc-link-lib=z");
println!("cargo:rustc-link-lib=uv");
println!("cargo:rustc-link-lib=ssl");
println!("cargo:rustc-link-lib=crypto");
println!("cargo:rustc-link-lib=stdc++");
This package is available here - https://crates.io/crates/uwebsockets_rs/versions