mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
iterable: added custom version
This commit is contained in:
7
iterable/struct_iterable_derive/README.md
Normal file
7
iterable/struct_iterable_derive/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Struct Iterable Derive
|
||||
|
||||
This crate is a supporting library for the `struct_iterable` crate. It provides the proc macro `Iterable` which is used in conjunction with the `struct_iterable_internal` crate to provide an easy way to make a struct iterable in Rust.
|
||||
|
||||
**Please note:** This crate is not intended to be used directly. If you want to make your structs iterable, please use the `struct_iterable` crate instead.
|
||||
|
||||
Please visit the [`struct_iterable` crate on crates.io](https://crates.io/crates/struct_iterable) for more information and usage examples.
|
||||
Reference in New Issue
Block a user