fayalite/crates/fayalite-proc-macros-impl/src
Jacob Lifshay 2817cd3d58
All checks were successful
/ test (pull_request) Successful in 4m47s
/ test (push) Successful in 5m25s
support Rust's default binding modes when destructuring with #[hdl(sim)] let/match
2025-11-14 00:20:54 -08:00
..
module support Rust's default binding modes when destructuring with #[hdl(sim)] let/match 2025-11-14 00:20:54 -08: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 fix private fields in #[hdl] pub struct 2025-11-06 20:23:16 -08: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