Crates.io | dive |
lib.rs | dive |
version | 0.0.1 |
source | src |
created_at | 2019-04-10 01:39:00.75462 |
updated_at | 2019-04-29 03:56:48.334834 |
description | Cross-platform system interface for hardware IO. |
homepage | https://dive.ga/dive |
repository | https://github.com/diveos/dive |
max_upload_size | |
id | 126916 |
size | 93,776 |
Dive is a complete redesign of previous library ADI. It is still in it's early stages.
Easily create cross-platform applications. Some common tasks are not easily portable across different platforms, and this crate hopes to fix that. That way you don't have to worry about how to port your GUI, audio, or bluetooth interface, etc. and can dive right in to building your application's content!
Dive is a platform-agnostic system interface for hardware IO. This means that eventually, Dive should support all of the different hardware that's connected to your computer. Dive is designed so that it talks to the operating system to interface with the hardware, so no special permissions are needed for your application.