fayalite/crates/fayalite-proc-macros-impl/src
2025-03-27 23:44:36 -07:00
..
module add #[hdl] let destructuring and, while at it, tuple patterns 2025-02-10 22:49:41 -08:00
fold.rs #[hdl] match works! 2024-09-19 23:51:54 -07:00
hdl_bundle.rs change SimValue to contain and deref to a value and not just contain bits 2025-03-27 23:44:36 -07:00
hdl_enum.rs change SimValue to contain and deref to a value and not just contain bits 2025-03-27 23:44:36 -07:00
hdl_type_alias.rs add #[hdl(cmp_eq)] to implement HdlPartialEq automatically 2025-02-16 20:48:16 -08:00
hdl_type_common.rs add #[hdl(cmp_eq)] to implement HdlPartialEq automatically 2025-02-16 20:48:16 -08:00
lib.rs add #[hdl(cmp_eq)] to implement HdlPartialEq automatically 2025-02-16 20:48:16 -08:00
module.rs silence unused m variable warning in #[hdl_module] with an empty body. 2025-03-27 23:17:28 -07:00
process_cfg.rs implement handling #[cfg] and #[cfg_attr] in proc macro inputs 2024-12-28 23:39:08 -08:00