Add a docstring to the main ns

This commit is contained in:
Joshua Suskalo 2021-09-25 13:24:06 -05:00
parent 23929231e2
commit 8ac03cc961

View file

@ -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]