~ruther/map-led-strip

ref: 8ae60ccfb8f93b1bc11585503f27fc2a501e6ed9 map-led-strip/src/commands/command.rs -rw-r--r-- 162 bytes
8ae60ccf — František Boháček feat: add command handling support 1 year, 9 months 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>],
}
Do not follow this link