Crates.io | lightway-sys |
lib.rs | lightway-sys |
version | 0.1.0 |
source | src |
created_at | 2022-03-29 04:06:39.709164 |
updated_at | 2022-03-29 04:06:39.709164 |
description | System bindings for Lightway |
homepage | |
repository | https://github.com/expressvpn/lightway-sys |
max_upload_size | |
id | 558350 |
size | 160,469 |
This crate provides auto-generated unsafe Rust bindings through bindgen, to C functions provided by the Lightway Core library.
Note: This is a very early release and as such there are a number of limitations with this implementation. Expect it to improve significantly in the very near future.
Add lightway-sys
to your Cargo manifest:
[dependencies]
lightway-sys = "0.1.0"
To ensure that the crate can be built even offline, the crate includes the source code for Lightway (currently version 1.1
).
There is also an Earthfile
provided so that you can build the crate in Earthly:
earthly +build-crate