~ruther/map-led-strip

ref: 9000f2fe33c27d70564f7b965490efa988e6a6d5 map-led-strip/src/commands/command.rs -rw-r--r-- 162 bytes
9000f2fe — František Boháček chore: add license 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>],
}