zlink-micro

Crates.iozlink-micro
lib.rszlink-micro
version0.0.1-alpha.1
created_at2025-05-05 21:57:08.777337+00
updated_at2025-05-05 21:57:08.777337+00
descriptionzlink library for microcontrollers
homepage
repositoryhttps://github.com/zeenix/zlink/
max_upload_size
id1661599
size2,214
Zeeshan Ali Khan (zeenix)

documentation

README

zlink

An asynchronous no-std-compatible Varlink Rust crate. It consists for the following subcrates:

  • zlink-core: A no-std and no-alloc crate that provides all the core API. It leaves the actual transport & high-level API to other crates. This crate is not intended to be used directly.
  • zlink-tokio: Tranport based on Unix-domain sockets API of tokio and high-level API.
  • zlink-usb & zlink-micro: Together these enables RPC between a (Linux) host and microcontrollers through USB. Use the former on the host side and latter on the microcontrollers side.
Commit count: 695

cargo fmt