skydroid-protocol 0.1.0

no_std, allocation-free Rust implementation of the SkydroidCameraFPV control protocol (#TP and AT+ command families). Build and parse camera control packets for embedded and OS projects.
Documentation
[package]

name = "skydroid-protocol"

version = "0.1.0"

edition = "2021"



description = "no_std, allocation-free Rust implementation of the SkydroidCameraFPV control protocol (#TP and AT+ command families). Build and parse camera control packets for embedded and OS projects."



license = "MIT"

authors = ["Mohamed A. Taha <Ahmed.Boin@gmail.com>"]

repository = "https://github.com/AhmedBoin/Skydroid-Protocol"



keywords = ["skydroid", "fpv", "camera", "protocol", "drone"]



categories = ["no-std", "embedded", "network-programming"]



[features]

default = []

std = []



# Optional OS socket transport (uses std::net, UDP port 9002 / TCP)

transport = ["std"]



[dev-dependencies]