diff options
| -rw-r--r-- | README.rst | 4 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -22,8 +22,8 @@ Quick links <img src="https://img.shields.io/crates/v/senpy-ffi.svg" alt="Crate" /> </a> - <a href="https://docs.rs/senpy"> - <img src="https://docs.rs/senpy/badge.svg" + <a href="https://docs.rs/senpy-ffi"> + <img src="https://docs.rs/senpy-ffi/badge.svg" alt="Documentation" /> </a> <a href="https://github.com/senpy-club/senpy-ffi/actions/workflows/check.yaml"> @@ -16,6 +16,8 @@ // Copyright (C) 2022-2022 Fuwn <[email protected]> // SPDX-License-Identifier: GPL-3.0-only +//! FFI bindings for [`senpy-rs`](https://github.com/senpy-club/senpy-rs) + #![feature(trivial_bounds)] #![deny( warnings, |