Added README.md and description Fortune for parapop's current commit: Curse − 凶master
commit
f64a36af70
@ -0,0 +1,2 @@
|
|||||||
|
/target
|
||||||
|
Cargo.lock
|
@ -0,0 +1,9 @@
|
|||||||
|
[package]
|
||||||
|
name = "parapop"
|
||||||
|
description = "Parallel Populate - Populate arrays of items from multiple threads safely and efficiently"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
@ -0,0 +1 @@
|
|||||||
|
# Parallel Populate - Populate arrays safely from multiple threads
|
@ -0,0 +1,8 @@
|
|||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
let result = 2 + 2;
|
||||||
|
assert_eq!(result, 4);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue