- start rust rewrite
This commit is contained in:
@@ -2,6 +2,12 @@
|
|||||||
name = "ndbioimage_rs"
|
name = "ndbioimage_rs"
|
||||||
version = "2025.1.0"
|
version = "2025.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Wim Pomp <w.pomp@nki.nl>"]
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
description = "Read bio image formats using the bio-formats java package."
|
||||||
|
homepage = "https://github.com/wimpomp/ndbioimage/tree/rs"
|
||||||
|
repository = "https://github.com/wimpomp/ndbioimage/tree/rs"
|
||||||
|
readme = "README.md"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[](https://github.com/wimpomp/ndbioimage/actions/workflows/pytest.yml)
|
# ndbioimage
|
||||||
|
## Work in progress
|
||||||
# Work in progress
|
Rust rewrite of python version. Read bio image formats using the bio-formats java package.
|
||||||
Rust rewrite of python version
|
[https://www.openmicroscopy.org/bio-formats/](https://www.openmicroscopy.org/bio-formats/)
|
||||||
BIN
tests/files/Experiment-2029.czi
Normal file
BIN
tests/files/Experiment-2029.czi
Normal file
Binary file not shown.
BIN
tests/files/test.tif
Normal file
BIN
tests/files/test.tif
Normal file
Binary file not shown.
Reference in New Issue
Block a user