From 9a5725fe55eb5e49cee09712364ac7b7dcefde51 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 23 Nov 2017 14:34:45 +0100 Subject: Add a foreign function interface. - For now, we keep the ffi in this crate, later on we may want to move it to sequoia-ffi. - Example code how to use the library from C is added as well. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index a69113c7..291db413 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,3 +14,4 @@ pub mod openpgp; pub mod keys; pub mod key_store; pub mod net; +pub mod ffi; -- cgit v1.2.3