Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 567 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 567 Bytes

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.