Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christophwurst/rust_ffi
- Owner: ChristophWurst
- License: mit
- Created: 2021-01-06T17:44:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T17:58:56.000Z (about 4 years ago)
- Last Synced: 2024-10-29T19:02:46.291Z (3 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.