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