Updated dependency/instal info, added user guides. Updated flatscreen keybind #41

Closed
cyberneticmelon wants to merge 49 commits from documentation into main
Showing only changes of commit eae98a6fb9 - Show all commits

View File

@@ -143,7 +143,7 @@ fn generate_custom_union(custom_union: &CustomUnion) -> TokenStream {
quote! {
#[doc = #description]
#[derive(Debug, Clone, serde::Deserialize, serde::Serialize)]
#[serde(untagged)]
#[serde(tag = "type")]
pub enum #name {#option_decls}
}
}