Initial commit.
This commit is contained in:
commit
a816d0d4c2
|
@ -0,0 +1,2 @@
|
|||
target
|
||||
Cargo.lock
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "managed"
|
||||
description = "Placeholder"
|
||||
version = "0.0.0"
|
||||
authors = ["whitequark <whitequark@whitequark.org>"]
|
||||
license = "0BSD"
|
||||
|
||||
[dependencies]
|
|
@ -0,0 +1 @@
|
|||
See https://lab.whitequark.org/notes/2016-12-17/owning-collections-in-heap-less-rust/
|
|
@ -0,0 +1,6 @@
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue