siyo

Crates.iosiyo
lib.rssiyo
version0.0.0
sourcesrc
created_at2018-12-24 16:37:47.906955
updated_at2018-12-24 16:37:47.906955
descriptionCross-platform system interface for hardware IO.
homepagehttps://free.plopgrizzly.com/siyo
repositoryhttps://github.com/plopgrizzly/siyo
max_upload_size
id103638
size11,538
Jeron Aldaron Lau (AldaronLau)

documentation

https://docs.rs/siyo

README

Siyo

Cross-platform system interface for hardware IO. Use screens, speakers, microphones, input devices, etc.

Motivation

There needs to be crate that can handle all of the common tasks that are currently not portable across different platforms.

Features

Each interface is represented by a module in Siyo. Here's a list of all the modules:

  • clock - Date, Time of day, Timer
  • hid - Human Interface Device, USB
  • screen - Make a window
  • cam - Camera, Webcam
  • speaker - Play sound through speakers
  • mic - Record sound through microphone
  • net - Network
  • drive - Persistent Storage

Links


Plop Grizzly

Commit count: 118

cargo fmt