Adding write & delete commands.

This commit is contained in:
2021-02-21 22:04:23 +01:00
parent a388c18408
commit de38b241ca
8 changed files with 545 additions and 132 deletions

View File

@@ -3,7 +3,7 @@
*
* Author: Patrick MARIE <pm@mkz.me>
*/
use crate::stage::Stage;
use crate::Stage;
use std::collections::HashMap;
use std::fmt;