Docs.rs
rust_dmx-0.5.0
rust_dmx 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
generalelectrix
Dependencies
anyhow ^1.0.75
normal
derive_more ^0.99
normal
log ^0.4.20
normal
serde ^1
normal
serialport ^4
normal
thiserror ^1.0.49
normal
typetag ^0.2
normal
Versions
41.18%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rust_
dmx
0.5.0
All Items
Crate Items
Structs
Enums
Traits
Functions
Crate
rust_dmx
Copy item path
Source
Structs
§
Enttec
DmxPort
Offline
DmxPort
Enums
§
Open
Error
Write
Error
Traits
§
DmxPort
Trait for the general notion of a DMX port. This enables creation of an “offline” port to slot into place if an API requires an output.
Functions
§
available_
ports
Gather up all of the providers and use them to get listings of all ports they have available. Return them as a vector of names plus opener functions. This function does not check whether or not any of the ports are in use already.
select_
port
Prompt the user to select a port via the command prompt.