alumy 0.1.1

Rust SDK for embedded systems development, providing safe and efficient hardware abstraction and device control.
Documentation

alumy

Crates.io Documentation License

Rust SDK for embedded systems development, providing safe and efficient hardware abstraction and device control.

Features

  • Safe hardware abstraction layer
  • Efficient device control interfaces
  • Support for no_std environments
  • Modular and extensible design

Installation

Add this to your Cargo.toml:

[dependencies]
alumy = "0.1"

Usage

use alumy;

fn main() {
    println!("{}", alumy::hello());
}

License

This project is licensed under the MIT License.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Links