Skip to content

Commit

Permalink
Start project
Browse files Browse the repository at this point in the history
  • Loading branch information
nilgoyette committed Sep 20, 2021
0 parents commit 2492f5b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
target
*.lock
.vscode
1 change: 1 addition & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use_small_heuristics = "Max"
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "ndarray-image"
version = "0.1.0"
authors = ["Nil Goyette <[email protected]>"]
edition = "2018"

repository = "https://github.com/imeka/ndarray-image"

description = "Multidimensional image processing for ArrayBase, the n-dimensional array data structure provided by ndarray."
keywords = ["array", "image", "multidimensional", "matrix", "ndarray"]
categories = ["data-structures", "science"]

[dependencies]
ndarray = { version="0.15", features = ["approx"] }
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 2492f5b

Please sign in to comment.