1 unstable release
0.1.0 | Mar 24, 2022 |
---|
#2 in #join-calculus
18KB
141 lines
Rusty Junctions Macro
The rusty-junctions-macro
crate aims to provide Library Generation and Client Macro API functionality to the rusty-junctions
crate.
lib.rs
:
Crate providing all of the macro backed functionality provided to the
rusty_junctions
crate.
This crates is used as a facade re-exporting the underlying declarative and procedural macro crates, allowing for a single dependency to encapsulate the current organisational restrictions that are enforced when using procedural macros.
This crate is comprised of two modules client
and
library
. Each of which providing the functionality for
there respective areas.
See the module level documentation for further details.
Dependencies
~2MB
~43K SLoC