Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christophwurst/rust_ffi

Demonstrate the usage of Rust in a Nextcloud app
https://github.com/christophwurst/rust_ffi

Last synced: about 1 month ago
JSON representation

Demonstrate the usage of Rust in a Nextcloud app

Awesome Lists containing this project

README

        

# Rust FFI

Demonstrate the usage of Rust in a Nextcloud app

## How to test

* `cargo build`
* `php occ app:enable rust_ffi`
* `php occ rust-ffi:test`

Hint: only works if the php `ffi` extension is installed and enabled.