Skip to content

rust-proxy/cronet-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is considered 'complete' and is therefore no longer maintained. Contact me if you want to unarchive this project for whatever reason.

cronet-rs 🦀

Bindings to the Chromium Networking Stack (a.k.a cronet) in Rust.

Developers

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:

  1. Get the latest cronet binaries: build from source or download prebuilt binaries from here.
  2. Place all .h header files in src and all binaries (.so, .dll, .dylib) in bin.
  3. Run cargo build. This should trigger bindgen to (re)generate the bindings.

Related projects

Other projects that are related to this project and might interest you:

About

Chromium Network Stack (cronet) bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 69.7%
  • C 30.3%