[dependencies]
[[example]]
name = "print_dict"
path = "examples/print_dict.rs"
[lib]
name = "stack_frame_allocators"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = 'A set of allocators based off the concept of the stack and creating "Frames". Push frames onto the Stack, push values onto Frames, and pop entire Frames and their items'
documentation = "https://docs.rs/stack_frame_allocators/latest/stack_frame_allocators/"
edition = "2021"
keywords = ["memory", "allocator", "stack", "safe"]
license = "MIT OR Apache-2.0"
name = "stack_frame_allocators"
readme = "README.md"
repository = "https://github.com/IrrelevantGaymer/stack_frame_allocator/"
version = "1.1.2"