diff options
| author | Fuwn <[email protected]> | 2022-03-13 16:50:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-13 16:50:57 -0700 |
| commit | e7ab27e588645d88968f8038a898833e890a5f28 (patch) | |
| tree | 006d53bb763d594ae98cf32c524865fce085aa63 | |
| parent | docs(examples): add julia ffi example (diff) | |
| parent | docs(readme): native bindings notice (diff) | |
| download | senpy-ffi-e7ab27e588645d88968f8038a898833e890a5f28.tar.xz senpy-ffi-e7ab27e588645d88968f8038a898833e890a5f28.zip | |
Merge branch 'main' of https://github.com/senpy-club/senpy-ffi
| -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 ------ |