jetsongpio 0.1.0

A Rust library for controlling GPIO pins on NVIDIA Jetson devices
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 235.33 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • zTgx/jetsongpio-rs
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zTgx

jetsongpio

A Rust library that enables the use of Jetson's GPIOs.

This is the Rust implementation of the Python library for controlling GPIO pins on NVIDIA Jetson devices.

Note: This crate is currently a placeholder to reserve the crate name. Full GPIO implementation is coming soon.

Hello World

use jetsongpio::hello;

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

License

MIT