1 unstable release

0.1.0 Jun 21, 2023

#1837 in Procedural macros

22 downloads per month
Used in 2 crates

MIT/Apache

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.5–2MB
~40K SLoC