bheesham / gnutls-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnutls-rs

A work in progress. Do not use this.

Building

You will need to have the GnuTLS development libraries, and the rust-bindgen executable.

Generate new bindings by running the following, then editing the output to get rid of the invariants and the aliased enums:

bindgen -lgnutls -builtins -o gnutls-sys/src/gen.rs -i gnutls-sys/src/inc.h

Contributors

  • Andreas Karlsson

Like GnuTLS, this code is licensed under the LGPLv2. A copy of the license can be found in COPYING.LESSER.

Copyright (C) 2015 Bheesham Persaud.

About

License:GNU Lesser General Public License v2.1


Languages

Language:Rust 99.9%Language:C 0.1%