1 unstable release
0.1.0 | Jun 21, 2023 |
---|
#1914 in Procedural macros
Used in 2 crates
51KB
1K
SLoC
rust_hls_macro_lib
A library containing support functions for rust_hls and rust_hls
This basically contains all functions related to parsing the HLS macros from files. These functions are shared between the macro and the buildscript so they both parse in the same way and produce the same error messages.
This crate uses darling::Error as its error type, because that supports bundling errors and span information.
lib.rs
:
A library containing support functions for rust_hls and rust_hls_macro
This basically contains all functions related to parsing the HLS macros from files. These functions are shared between the macro and the buildscript so they both parse in the same way and produce the same error messages.
This crate uses darling::Error as its error type, because that supports bundling errors and span information.
Dependencies
~1.4–2MB
~39K SLoC