Link to cljdoc instead of codox documentation
This commit is contained in:
parent
7700f3f5e6
commit
f7037b7a67
1 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
# coffi
|
# coffi
|
||||||
[](https://clojars.org/org.suskalo/coffi)
|
[](https://clojars.org/org.suskalo/coffi)
|
||||||
|
[](https://cljdoc.org/d/org.suskalo/coffi)
|
||||||
|
|
||||||
Coffi is a foreign function interface library for Clojure, using the [Foreign
|
Coffi is a foreign function interface library for Clojure, using the [Foreign
|
||||||
Function & Memory API](https://openjdk.org/jeps/454) in JDK 22 and later. This
|
Function & Memory API](https://openjdk.org/jeps/454) in JDK 22 and later. This
|
||||||
|
|
@ -11,8 +12,8 @@ doesn't remove the ability to write systems which minimize the cost of
|
||||||
marshaling data and optimize for performance, to make use of the low-level
|
marshaling data and optimize for performance, to make use of the low-level
|
||||||
access the FF&M API gives us.
|
access the FF&M API gives us.
|
||||||
|
|
||||||
- [Getting Started](https://igjoshua.github.io/coffi/01-Getting-Started.html)
|
- [Getting Started](https://cljdoc.org/d/org.suskalo/coffi/CURRENT/doc/getting-started)
|
||||||
- [API Documentation](https://igjoshua.github.io/coffi/)
|
- [API Documentation](https://cljdoc.org/d/org.suskalo/coffi)
|
||||||
- [Recent Changes](CHANGELOG.md)
|
- [Recent Changes](CHANGELOG.md)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue