Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/senpy-club/senpy-ffi
🌳 FFI bindings for senpy-rs — Access The Senpy Club API from any programming language! for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books
https://github.com/senpy-club/senpy-ffi
anime ffi rust senpy
Last synced: 1 day ago
JSON representation
🌳 FFI bindings for senpy-rs — Access The Senpy Club API from any programming language! for https://github.com/cat-milk/Anime-Girls-Holding-Programming-Books
- Host: GitHub
- URL: https://github.com/senpy-club/senpy-ffi
- Owner: senpy-club
- License: gpl-3.0
- Created: 2022-03-13T13:36:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T10:53:51.000Z (3 months ago)
- Last Synced: 2024-10-30T11:25:34.337Z (3 months ago)
- Topics: anime, ffi, rust, senpy
- Language: Rust
- Homepage: https://docs.rs/senpy-ffi
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
senpy-ffi
=========FFI bindings for `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
------More FFI examples to come.
Quick links
^^^^^^^^^^^.. raw:: html
Usage Examples
--------------.. code-block:: shell
$ python3 examples/ffi.py
$ luvit examples/ffi.lua
$ perl examples/ffi.pl
$ php examples/ffi.php
$ julia examples/ffi.jlExamples
--------.. raw:: html
Examples can be found within the
examples/
directory.License
^^^^^^^`GNU General Public License v3.0 `_