Skip to content

Chromium Network Stack (cronet) bindings

Notifications You must be signed in to change notification settings

ryanmcgrath/cronet-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cronet-rs 🦀

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

⚠️ This crate is under active development and the API is not yet stable.

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 get prebuilt binaries from somewhere (if you know a reputable source, let me know!).
  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.

Sponsors

Maintenance of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💖

SecretKeys

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

No packages published

Languages

  • Rust 66.7%
  • C 33.3%