senpy-ffi

Crates.iosenpy-ffi
lib.rssenpy-ffi
version0.1.1
sourcesrc
created_at2022-03-13 14:32:44.185774
updated_at2022-03-15 05:19:48.342288
descriptionFFI bindings for senpy-rs
homepagehttps://github.com/senpy-club/senpy-ffi
repositoryhttps://github.com/senpy-club/senpy-ffi
max_upload_size
id549222
size52,230
Fuwn (Fuwn)

documentation

https://docs.rs/senpy-ffi/

README

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

More FFI examples to come.

Quick links ^^^^^^^^^^^

.. raw:: html

License Crate Documentation Build Status

Usage Examples

.. code-block:: shell

$ python3 examples/ffi.py $ luvit examples/ffi.lua $ perl examples/ffi.pl $ php examples/ffi.php $ julia examples/ffi.jl

Examples

.. raw:: html

Examples can be found within the examples/ directory.

License ^^^^^^^

GNU General Public License v3.0 <https://github.com/senpy-club/senpy-ffi/blob/main/LICENSE>_

Commit count: 10

cargo fmt