This project is considered 'complete' and is therefore no longer maintained. Contact me if you want to unarchive this project for whatever reason.
Bindings to the Chromium Networking Stack (a.k.a cronet) in Rust.
First of all, clone the project:
$ git clone https://github.com/sleeyax/cronet-rs.git
$ cd cronet-rs
Then, follow the steps to build the project:
- Get the latest cronet binaries: build from source or download prebuilt binaries from here.
- Place all
.h
header files insrc
and all binaries (.so
,.dll
,.dylib
) inbin
. - Run
cargo build
. This should triggerbindgen
to (re)generate the bindings.
Other projects that are related to this project and might interest you: