Crates.io | structinator_traits |
lib.rs | structinator_traits |
version | 0.2.0 |
source | src |
created_at | 2023-08-04 01:00:19.660776 |
updated_at | 2024-07-11 21:42:31.487865 |
description | Library for traits allowing transfer of data from iterators to structs |
homepage | |
repository | https://github.com/script-mouse/structinator_traits |
max_upload_size | |
id | 934753 |
size | 5,952 |
structinator_traits is designed to be used with structinator, a library that automatically implements the SpecifyCreatableStruct
trait. However, this library is also useful because it contains the type that the argument passed to create_struct
must iterate over, or can be used to mix custom and automatic implementations of SpecifyCreatableStruct
. For more information, check the documentation below.