{"id":62701,"library":"embedded-dma","title":"Embedded DMA","description":"Traits to aid in the creation of sound DMA abstractions.","status":"active","version":"0.2.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-embedded/embedded-dma","tags":["embedded","dma","traits","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nembedded-dma = \"0.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add embedded-dma","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ReadBuffer","correct":"use embedded_dma::ReadBuffer;"}],"quickstart":{"code":"use embedded_dma::ReadBuffer;\n\nfn main() {\n    let buffer = [1u8, 2, 3, 4];\n    let (ptr, len) = buffer.read_buffer();\n    println!(\"Buffer at {:p} with length {}\", ptr, len);\n}","lang":"rust","description":"Use ReadBuffer trait to get a raw pointer and length for DMA."},"warnings":[],"env_vars":null,"search_vec":"'abstract':12 'aid':5 'creation':8 'dma':2,11,14 'embed':1,13 'no-std':16 'sound':10 'std':18 'trait':3,15","created_at":"2026-06-17T16:34:31.358527+00:00","updated_at":"2026-06-17T16:34:31.358527+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/rust-embedded/embedded-dma","github":"https://github.com/rust-embedded/embedded-dma","docs":"https://docs.rs/embedded-dma/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}