https://github.com/denyncrawford/rusty-gkm
https://github.com/denyncrawford/rusty-gkm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/denyncrawford/rusty-gkm
- Owner: denyncrawford
- Created: 2021-06-21T02:16:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T02:16:53.000Z (about 5 years ago)
- Last Synced: 2025-03-30T09:29:38.283Z (over 1 year ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a simple bridge for [Deno GKM](https://github.com/denyncrawford/deno-gkm), a global event driver for deno.
This project uses **rdev** for handling native events. Right now, it only can listen to events but there's plans to make it able to trigger events for automation.
Please, consider that this project is my first rust project, so take the development as a learning experience.
## Building
```bash
cargo build
```