Skip to main content

A medical image kit for segmentation metrics evaluation, native Rust support, and Python bindings for cross-language performance.

Project description

mikan-rs 🍊

A medical image kit for segmentation metrics evaluation, native Rust support, and Python bindings for cross-language performance.

🎨 Features

  • 🚀 Blazingly Fast: Written in Rust with high parallelization; speeds are 10-100x faster than medpy (depends on the number of cores in your CPU), especially for Hausdorff distance calculations.

  • 🎯 Simple: The API is so intuitive that you can start using it immediately while reading the documentation in just one minute!

  • 🧮 Comprehensive Metrics: Easily to compute almost all of segmentation metrics, results are consistent with medpy:

    • Confusion Matrix Based:

      • Dice/IoU
      • TP/TN/FP/FN
      • Sensitivity/Specificity/Precision
      • Accuracy/Balanced Accuracy
      • ARI/FNR/FPR/F-score
      • Volume Similarity
      • MCC/nMCC/aMCC
    • Distance Based:

      • Hausdorff Distance (HD)
      • Hausdorff Distance 95 (HD95)
      • Average Symmetric Surface Distance (ASSD)
      • Mean Average Surface Distance (MASD)

🔨 Install

For Rust projects, add the following to your Cargo.toml:

[dependencies]
mikan-rs = "*"

For Python, install via pip:

pip install mikan-rs

🥒 Develop

maturin dev

📘 Usages

import mikan
import SimpleITK as sitk

gt = sitk.ReadImage("gt.nii.gz", sitk.sitkUInt8)
pred = sitk.ReadImage("pred.nii.gz", sitk.sitkUInt8)

e = mikan.Evaluator(gt, pred)
e.labels([1, 2, 3]).metrics(["dice", "hd", "hd95", "assd"])

For details, please refer to the python examples and rust examples.

🎄 Related Projects

  • medpy: A well-known package for calculating segmentation metrics, with excellent documentation and implementation.
  • miseval: A framework capable of calculating a large number of segmentation metrics.
  • seg_metrics: A package for segmentation metrics that supports batch data calculation and CSV output, making it very convenient.
  • MetricsReloaded: A new recommendation framework for biomedical image analysis validation, published in Nature Methods.

📃 Citation

If you use this software, we would appreciate it if you could include an mikan emoji 🍊 in your paper.

🍚 Q&A

Q: Why are my results different from seg_metrics/miseval/MetricsReloaded?

A: They are wrong. Of course, we might be wrong too. PRs to fix issues are welcome!

🔒 License

Licensed under either of the following licenses, at your choice:

Apache License, Version 2.0 (See LICENSE-APACHE or visit http://www.apache.org/licenses/LICENSE-2.0)

MIT License (See LICENSE-MIT or visit http://opensource.org/licenses/MIT)

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project, as defined by the Apache License 2.0, will be dual-licensed under the above licenses without any additional terms or conditions.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mikan_rs-0.1.4.tar.gz (44.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp313-cp313-win_amd64.whl (703.0 kB view details)

Uploaded CPython 3.13Windows x86-64

mikan_rs-0.1.4-cp313-cp313-win32.whl (653.5 kB view details)

Uploaded CPython 3.13Windows x86

mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (933.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp312-cp312-win_amd64.whl (703.3 kB view details)

Uploaded CPython 3.12Windows x86-64

mikan_rs-0.1.4-cp312-cp312-win32.whl (654.0 kB view details)

Uploaded CPython 3.12Windows x86

mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (934.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp311-cp311-win_amd64.whl (704.0 kB view details)

Uploaded CPython 3.11Windows x86-64

mikan_rs-0.1.4-cp311-cp311-win32.whl (654.4 kB view details)

Uploaded CPython 3.11Windows x86

mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp310-cp310-win_amd64.whl (703.6 kB view details)

Uploaded CPython 3.10Windows x86-64

mikan_rs-0.1.4-cp310-cp310-win32.whl (654.2 kB view details)

Uploaded CPython 3.10Windows x86

mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (936.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp39-cp39-win_amd64.whl (703.9 kB view details)

Uploaded CPython 3.9Windows x86-64

mikan_rs-0.1.4-cp39-cp39-win32.whl (654.3 kB view details)

Uploaded CPython 3.9Windows x86

mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (937.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

mikan_rs-0.1.4-cp38-cp38-win_amd64.whl (704.0 kB view details)

Uploaded CPython 3.8Windows x86-64

mikan_rs-0.1.4-cp38-cp38-win32.whl (654.0 kB view details)

Uploaded CPython 3.8Windows x86

mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (938.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

File details

Details for the file mikan_rs-0.1.4.tar.gz.

File metadata

  • Download URL: mikan_rs-0.1.4.tar.gz
  • Upload date:
  • Size: 44.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4.tar.gz
Algorithm Hash digest
SHA256 eb93ce0c42dac97a5401d1ac87b4b546a933527fb22ec46c0efbde6ce5118b7c
MD5 d1942a5e2085061ef7eaa273307bdd39
BLAKE2b-256 ea25bd5d5ad262ef9a84ea320b75bead1588627e231da0f0ba2edb32690be13c

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 64d15a701dd92df1b5e119b6813c99fc18a8495158cbb392c35892d6ce060cba
MD5 7d3c55b408e9644774aa6bbd5b6d5d55
BLAKE2b-256 1098f28fd842cd1c5e94d1043e4eb229a9b8c51d8be9264ad2cf4958d29b0afe

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cbc1ab64e4ed170b23ae7559879390070447540406cbb8d0d59efefa82ee65eb
MD5 8724f3ee8240246e3848a8c7f274da86
BLAKE2b-256 efaabc388889ced39c8d480498c58b4f4ebb9680bf3d6f404de6ad2f24f6d7b2

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 75e8f5da57d20847d92476ad271fa1abf8d12e5f669c912c8159fed4d4fe6786
MD5 9c31d480be292e05f3d853afb5937c62
BLAKE2b-256 bbe32526efb4d0c23d2e394fc94d11737ecb8de2627bbaba32e56af1072d3304

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 653.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a1825c16d290f86fe059a6e4795df5238adc0e137b5beede25efb025a7546fe6
MD5 1b306a3830485cdadf1a5a724ae362e1
BLAKE2b-256 36c33d330c40572170937aa2cd6631bc3c71f8264113119e51b81bb1f8ee7416

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 066c11f06921d37597891d0b6b07c37ab1cc019343d26e38ea6c5194e11ba523
MD5 1129fa28e2ca915de5fa2bcb8be7d46d
BLAKE2b-256 d4b016884f92fa61f04ca7c1e5580491e73be678ff21a5d3740a9c78d393758b

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb7877dc8f9afef6ca78b56ddf050cfe8fdcd32ddc5f803b5de01c809090e3d4
MD5 2824a7086cfacedb3bbf5dd90b15e8af
BLAKE2b-256 dc7bf5647fb8638655c5c47c2e7b9bc01d24a02a9da3312e150ab892ae30b10d

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bd62e92761b0074708992ef885abe5dda769ce5e4e6516335adfb69358011683
MD5 4c2a95f5f7c9f3c8ecc8fb72fbaa9974
BLAKE2b-256 1e292960bada567ebddff976ea5f5bb3ef72bb0af8db308cd4a09114f371a614

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 654.0 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c49202ea56044788a9e94c24fe355fb076212e76be06c2a562f79f8dee70a8be
MD5 db7c2e8aca1f4d6c701b4d00815dd2c1
BLAKE2b-256 1443fbc897612ad9977f810621a41a4c99d6b43119ccdc09c2b0c22bcf055779

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aa310f71ac3a5bea6b95bb57356193b5774542dd2ae7ee772e15f95d42494dc8
MD5 aa2cc6340b4c109c907a1aa4bb908c1c
BLAKE2b-256 8970c98f14f7d596108bad39a53f7944bd833164d8baca8231cc29b05c5fb304

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1060e4079956d1b22b35fb21b47ad875b25ee2e21c799d880d26d7d164503f39
MD5 6324b7b7fc682f23745d4eebf5d4ec2d
BLAKE2b-256 3ce258fe609044dffc96f40dd192ab45bec79686e8610cd79a83c47d56c14c53

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e2cbb19f0ee430c262d25c62dd382eccb972d3b8607d480f29bbca79ee3a3b3b
MD5 7edb5a7f210766fbeb2ea33540b43407
BLAKE2b-256 c69266972899b2869347570c5909d7db8b9902c7106d1c968552269ab02bad73

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 654.4 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d1e96d3c15874c549de2e44c79cdbbc6851f303f5d18ab519d001ec5821bf046
MD5 0967f579dcf378be0cb5b9d90123a04c
BLAKE2b-256 2ad39b58a74f28df93bc9de40c751f72cc004aa214cb24fdf2619309155a9664

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ed79215da1efab245942beb8c3437781dba2c96f4da5f7ce418c698a9496ff1
MD5 0c035b012a609694a755ecd444564ad5
BLAKE2b-256 3c19fa2c9f5db9024860f1457dfd36e509aa4ef08011dbee7c3d3eb89caa9bbe

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 225125fd4d0c5070c8f0881aae316e058112935548a41f34852207560e040c7c
MD5 030009e6bf0ee5a3bf198fecb63ba2cb
BLAKE2b-256 894ff4286ad44324426f9f0f263197a141c1680c142113da658115c8f599b80c

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5b171024d595b96a9a0d24bbafca87578877445262028a4361c5bbfd437fa561
MD5 0ff8ec8202a1a5812d60b1bfe2f712df
BLAKE2b-256 04b12e9004702f078d93cb3b94349376512e6fdf78466182b6a962e1d66848a0

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 654.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df405e50f02aad887f5023f69fd33fdb54bc27c4fb63ad0b5a194109a47ea742
MD5 c7646fc38a08679c799ec9148fcbfe2b
BLAKE2b-256 c447a788d158589c8c8765db4d00dc8f13ba9521f884c5dab2afaca433a0aa6c

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d837654221999e694fd2a240586aebb070d4e55a882cb17b1e2bce8df9fb8ef
MD5 44b5817554af5e7af4045fd00207c4ca
BLAKE2b-256 4f86aa74e6babe47fa8a4978818ccd1fb9f8c5953169201925b4064e183d19f9

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7b4989857f17769019f30b7c8172381a1dc0cb413c5eaf28abd900f847840174
MD5 ba1e1c35267bcc0f9c82117dbc53757f
BLAKE2b-256 5d3b8549919884c7e758fbbd39dba54a7546178b14e1824e941d1009913e9b64

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 703.9 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6593a0adab5045381293b8fc4dfdbc07a89c843863b4c9dc37d3c1881191b258
MD5 44099249fd45a92076cbb4457b998e04
BLAKE2b-256 2c6d54bcf094f30d45713aeb2e26ca91f0696d1f96430e3ee9ec356e43d45cd2

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 654.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1e877000976bde2271572667b95e5d03f8ff669c51ff6a479feb1c917f8b07d6
MD5 dea7004b9633cd97ea2e853a8b6b5e87
BLAKE2b-256 c1a12319186c77d889b802da0c5462efc880ad1a1d1329cdf8ae12afeb2480ad

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bac7b0135068c6f9f7b4074f59e5a4725cf74c5aa7c48c57f4e94b3d865a5fda
MD5 2ebe01ff376f8795b8ee9c2c7fb0da3e
BLAKE2b-256 1f67434ae5627020aaf03fb1df38421d4143f6f2522f49d25377a681231c41aa

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 23eb73224be15064ca8e0e7ad08316a8358d52757f4bf0033a0d7ef7f8b6a13e
MD5 3c51e59b288aee4dd1256dcf284593da
BLAKE2b-256 3a12b1b93e2ca791edb6cdc0b094ac02c0beb61697947eab90d47658e5d4f133

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 704.0 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 23e22ac3911f2d5c12d2f027caa05d767afc380f46d4002955833bcc06028b9d
MD5 3cb9c00327c2df02a2e69c49f855af82
BLAKE2b-256 3430cf0d8f7ee4665816c67b8650519050a2f79311660e43152ebac4385a6c67

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: mikan_rs-0.1.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 654.0 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.2

File hashes

Hashes for mikan_rs-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 6bacbe55c96048c87a487fdc571d0b87589119cf10448a3a3669418693a88f7a
MD5 36c5175386f99b8ecd5f7ae395e4a380
BLAKE2b-256 e9e0193d124278dd96ff5e0d2aad3ea27d6db1b81f26e9573be5b719196e5bca

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 629687292ecb90f4d864f875d5bd1bd9caf8462c3aa4b2a8bf5b19e88778a2e5
MD5 12399a4b3c24673a64dcd7b325b38918
BLAKE2b-256 0a4835e7e29e5f08f6a8519c535c19addd7351b16bef0a8ae4afea5eca51187a

See more details on using hashes here.

File details

Details for the file mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for mikan_rs-0.1.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8180932faf750f360573cd6a32cafdd2e2eeaede6db110446c0acc3611cd395
MD5 25d1091328c7dbe22a52beb8f6082b52
BLAKE2b-256 ab18733d3fc6463f7eccd8dc29a86a1ebe04c463dfd17d29083227dcab4ebfac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page