structinator

Crates.iostructinator
lib.rsstructinator
version0.1.2
sourcesrc
created_at2023-08-04 01:18:05.535419
updated_at2024-06-17 16:37:20.781809
descriptionLibrary for transfering data from iterators to structs
homepage
repositoryhttps://github.com/script-mouse/structinator
max_upload_size
id934763
size11,561
(script-mouse)

documentation

README

structinator is a library for easy implementation of SpecifyCreatableStruct from structinator_traits. Just add the attribute #[iter_convertable] to the struct you want to implement SpecifyCreatableStruct, and an automatic implementation of the trait will allow conversion between iterators and the structure of your choice! For more information, check this library's documentation below.

Commit count: 5

cargo fmt