Add crates.io link to physis

This commit is contained in:
Joshua Goins 2022-09-14 10:51:48 -04:00
parent a4e0d08a19
commit 41762d57ef

View file

@ -19,4 +19,4 @@ data scraping, etc.
Physis features a C api which is accessed through the [libphysis](https://git.sr.ht/~redstrate/libphysis) library. This Physis features a C api which is accessed through the [libphysis](https://git.sr.ht/~redstrate/libphysis) library. This
library should be usable through any language that can access the C FFI. library should be usable through any language that can access the C FFI.
You can read more on it's dedicated webpage on xiv.zone. You can read more on it's [dedicated webpage on xiv.zone](https://xiv.zone/physis/). It's also published on [crates.io](https://crates.io/crates/physis)!