Stdin plugin

This commit is contained in:
Kirottu
2023-04-27 16:22:18 +03:00
parent e9e07b17b4
commit b2f3e67cb4
7 changed files with 102 additions and 6 deletions

View File

@@ -56,6 +56,8 @@ pub enum HandleResult {
Refresh(bool),
/// Copy the content, due to how copying works it must be done like this.
Copy(RVec<u8>),
/// Output the content to stdout, printing to stdout has issues in plugins.
Stdout(RVec<u8>),
}
#[repr(C)]