Crates.io | wkwrap |
lib.rs | wkwrap |
version | 1.6.0 |
source | src |
created_at | 2018-03-27 12:28:23.679574 |
updated_at | 2021-06-09 16:25:39.436129 |
description | webKNOSSOS wrapper is a file format designed for large-scale, three-dimensional voxel datasets. It was optimized for high-speed access to data subvolumes, and supports multi-channel data and dataset compression. |
homepage | |
repository | https://github.com/scalableminds/webknossos-wrap |
max_upload_size | |
id | 57746 |
size | 55,324 |
This directory contains the Rust library for the webKNOSSOS wrapper format. This is the core library used as basis for C, MATLAB, and Python libraries.
To build this Rust package, just run
$ cargo build
This requires the Rust compiler and build tools as well as a C compiler to be installed on your machine.
Contributions and bug reports are welcome!