Skip to content

Add tips on dealing with game state too large to fit on the stack #3

Description

@scottjmaddox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions