Began implementing fully isomorphic macros
Like Rust's Proc macros. Now we have preprocessor recursion to worry about. I also made a cool macro for enums
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use orchid_api_derive::{Coding, Hierarchy};
|
||||
|
||||
use crate::proto::ExtHostNotif;
|
||||
use crate::ExtHostNotif;
|
||||
|
||||
#[derive(Clone, Debug, Coding)]
|
||||
pub enum LogStrategy {
|
||||
|
||||
Reference in New Issue
Block a user