Idiomatic rust does not (currently) support very large structures; they are typically created on the stack, so they must be smaller than the stack. I need to add information on the idioms (e.g. `init` instead of `new`) needed to bypass this limitation.
Idiomatic rust does not (currently) support very large structures; they are typically created on the stack, so they must be smaller than the stack.
I need to add information on the idioms (e.g.
initinstead ofnew) needed to bypass this limitation.