kanamaru 0.1.0

Build typed Tauri plugins with the power of Protobuf Buffers
Documentation
1
2
3
4
5
6
use serde::Deserialize;

#[derive(Debug, schemars::JsonSchema, Deserialize)]
pub struct KanaScope {
    pub pattern: String,
}