diff options
| author | Fuwn <[email protected]> | 2022-03-13 07:32:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-13 07:32:21 -0700 |
| commit | 02afc65f296f2b056dcfd7f54903e246a33d78a2 (patch) | |
| tree | b0613e8ef76098505dc99ab2b3b67e6d5ab0fe46 /src | |
| parent | docs(readme): fix meta (diff) | |
| download | senpy-ffi-02afc65f296f2b056dcfd7f54903e246a33d78a2.tar.xz senpy-ffi-02afc65f296f2b056dcfd7f54903e246a33d78a2.zip | |
chore(meta): more meta fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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, |