fayalite/crates/fayalite-proc-macros-impl/src
2025-11-06 20:22:53 -08:00
..
module WIP adding Platform 2025-10-17 05:55:22 -07:00
fold.rs add support for #[hdl(sim)] enum_ty.Variant(value) and #[hdl(sim)] EnumTy::Variant(value) and non-sim variants too 2025-04-01 22:16:47 -07:00
hdl_bundle.rs add #[hdl(get(|v| ...))] type GetStuff<P: PhantomConstGet<MyStruct>> = MyType or DynSize; 2025-10-26 03:25:35 -07:00
hdl_enum.rs add #[hdl(get(|v| ...))] type GetStuff<P: PhantomConstGet<MyStruct>> = MyType or DynSize; 2025-10-26 03:25:35 -07:00
hdl_type_alias.rs add PhantomConstGet to the known Type bounds for #[hdl] struct/enum 2025-10-27 20:08:22 -07:00
hdl_type_common.rs add ParsedVisibility 2025-11-06 20:22:53 -08:00
lib.rs add #[hdl(get(|v| ...))] type GetStuff<P: PhantomConstGet<MyStruct>> = MyType or DynSize; 2025-10-26 03:25:35 -07:00
module.rs WIP adding Platform 2025-10-17 05:55:22 -07:00
process_cfg.rs format code after switching to edition 2024 2025-08-24 16:35:21 -07:00