diff --git a/src/clj/coffi/ffi.clj b/src/clj/coffi/ffi.clj index d4e53ac..760cc6e 100644 --- a/src/clj/coffi/ffi.clj +++ b/src/clj/coffi/ffi.clj @@ -1,4 +1,7 @@ (ns coffi.ffi + "Functions for managing native allocations and resource scopes, creating handles + to native functions, serializing and deserializing Clojure data to native + structures, and loading native libraries." (:require [clojure.java.io :as io] [clojure.spec.alpha :as s]