Introduce CRDT data (#74)

This commit is contained in:
Mike Voronov
2021-08-24 16:14:15 +03:00
committed by GitHub
parent e805a861e2
commit 3c86d36566
180 changed files with 11182 additions and 3897 deletions

View File

@ -22,7 +22,7 @@ use serde::Serialize;
pub const INTERPRETER_SUCCESS: i32 = 0;
/// Describes a result returned at the end of the interpreter execution.
/// Describes a result returned at the end of the interpreter execution_step.
#[marine]
#[derive(Debug, Clone, PartialEq, Eq, Serialize, Deserialize)]
pub struct InterpreterOutcome {