Merge branch 'master' into develop

This commit is contained in:
Joshua Suskalo 2022-01-18 12:01:12 -06:00
commit 39e316f0a4

View file

@ -46,9 +46,6 @@ config bundled with the library. You can do so with the following shell command:
$ clj-kondo --copy-configs --dependencies --lint "$(clojure -Spath)"
```
And then adding `"org.suskalo/coffi"` to the `:config-paths` key in your
`.clj-kondo/config.edn` file.
## Usage
There are two major components to coffi and interacting with native code:
manipulating off-heap memory, and loading native code for use with Clojure.