rust_hls_macro_lib

Crates.iorust_hls_macro_lib
lib.rsrust_hls_macro_lib
version0.1.0
sourcesrc
created_at2023-06-21 15:42:43.067171
updated_at2023-06-21 15:42:43.067171
descriptionHelper functions for rust_hls and rust_hls_macro
homepagehttps://github.com/zebreus/bachelor-thesis/tree/master/bambu-macro/rust_hls_macro_lib
repositoryhttps://github.com/zebreus/bachelor-thesis
max_upload_size
id896225
size50,736
Zebreus (zebreus)

documentation

README

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.

Commit count: 305

cargo fmt