You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
451 B
16 lines
451 B
[package] |
|
name = "vecstorage" |
|
version = "0.1.2" |
|
authors = ["Pieter Penninckx"] |
|
edition = "2018" |
|
description = "Re-use the memory for vectors containing values with different lifetimes" |
|
license = "MIT OR Apache-2.0" |
|
readme = "README.md" |
|
repository = "https://codeberg.org/PieterPenninckx/vecstorage" |
|
categories = ["memory-management"] |
|
keywords = ["vec", "lifetime"] |
|
|
|
[package.metadata.docs.rs] |
|
default-target = "x86_64-unknown-linux-gnu" |
|
targets = [] |
|
|
|
|