This website requires JavaScript.
Explore
Help
Register
Sign in
libre-chip
/
fayalite
Watch
3
Star
0
Fork
You've already forked fayalite
2
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2817cd3d58
fayalite
/
crates
/
fayalite-proc-macros-impl
/
src
History
Jacob Lifshay
2817cd3d58
All checks were successful
/ test (pull_request)
Successful in 4m47s
Details
/ test (push)
Successful in 5m25s
Details
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