From 715ec492523f6bd0c36f1e77d1ed664da382c5d8 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 10 Aug 2022 00:02:04 -0400 Subject: [PATCH] Add documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0643e90..0dd801c 100755 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ features over, but I plan to expand functionality beyond the original scope. **Note:** The API is nowhere near stable, so things may change or break. -If you intend to use this in a Rust project, you can simply include this crate directly. +If you intend to use this in a Rust project, you can simply include this crate directly. You can view the documentation at [docs.xiv.zone](https://docs.xiv.zone/docs/physis)! For other use in languages I maintain [libphysis](https://git.sr.ht/~redstrate/libphysis), which is a C wrapper around the same functionality. This isn't for show, I actually use these bindings in [other projects](https://git.sr.ht/~redstrate/astra).