diff options
| author | Fuwn <[email protected]> | 2022-03-13 13:32:20 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-13 13:32:20 -0700 |
| commit | 0f1c4febaaeaecdb589a2c5dfcd5223baab268db (patch) | |
| tree | a6fe4d90e6e31ac5e2a10b3b027875426b13d98e | |
| parent | chore(meta): more meta fix (diff) | |
| download | senpy-ffi-0f1c4febaaeaecdb589a2c5dfcd5223baab268db.tar.xz senpy-ffi-0f1c4febaaeaecdb589a2c5dfcd5223baab268db.zip | |
docs(readme): native bindings notice
| -rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ senpy-ffi FFI bindings for `senpy-rs <https://github.com/senpy-club/senpy-rs>`_ +FFI bindings are great, but safe FFI bindings are even better; in the coming days, I hope to have the time to implement a safe wrapper around these FFI bindings for as many languages as doable so that using The Senpy Club API in any language is just as easy and safe as using :code:`senpy-rs` in Rust. + Notice ------ |