aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-13 07:32:21 -0700
committerFuwn <[email protected]>2022-03-13 07:32:21 -0700
commit02afc65f296f2b056dcfd7f54903e246a33d78a2 (patch)
treeb0613e8ef76098505dc99ab2b3b67e6d5ab0fe46
parentdocs(readme): fix meta (diff)
downloadsenpy-ffi-02afc65f296f2b056dcfd7f54903e246a33d78a2.tar.xz
senpy-ffi-02afc65f296f2b056dcfd7f54903e246a33d78a2.zip
chore(meta): more meta fix
-rw-r--r--README.rst4
-rw-r--r--src/lib.rs2
2 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c02f9c0..a7b8d55 100644
--- a/README.rst
+++ b/README.rst
@@ -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">
diff --git a/src/lib.rs b/src/lib.rs
index 448389b..1e4ec48 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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,