~ruther/map-led-strip

ref: ea65b1edebc47b88e36ebbec9e67f8449b39950f map-led-strip/src/commands/command.rs -rw-r--r-- 162 bytes
ea65b1ed — František Boháček fix: replace - with _ in map 2 years ago
                                                                                
1
2
3
4
5
6
7
use crate::commands::command_argument::CommandArgument;

pub struct Command<'d>
{
    pub full: &'d [char],
    pub parsed_arguments: &'d [CommandArgument<'d>],
}