Skip to main content

No project description provided

Project description

Rustflow: High-Performance Hydrological Routing in Rust

Rustflow is a hydrological routing library designed for speed and efficiency. It leverages the power of the Rust programming language to provide fast and reliable computations for modeling water flow through river reaches. The core functionality is implemented in Rust, with a Python interface for easy integration into existing hydrological workflows.

Key Features

  • High Performance: Rust's performance characteristics (speed, memory safety, concurrency) provide significant advantages for computationally intensive hydrological simulations.
  • Python Interface: A user-friendly Python API simplifies integration with popular scientific computing libraries like NumPy and Pandas.
  • Well-Documented: Comprehensive docstrings and examples in both Rust and Python make it easy to use and extend.

Installation

Python Package

Install the rustflow Python package using pip:

# TODO
pip install rustflow 

Building from Source

  1. Rust: Ensure you have Rust and Cargo installed. If not, follow the instructions at https://www.rust-lang.org/tools/install.

  2. Clone: Clone this repository:

    git clone https://github.com/darshanbaral/rustflow.git
    cd rustflow
    
  3. Build: Build the Rust library and the Python bindings using maturin

     # Install maturin if you dont already have it.
    pip install maturin
    maturin develop
    

    This will build the rust code, and install the python package.

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

rustflow-0.1.0.tar.gz (13.8 kB view details)

Uploaded Source

Built Distributions

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

rustflow-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl (404.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

rustflow-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

rustflow-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl (503.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

rustflow-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl (411.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

rustflow-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

rustflow-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

rustflow-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

rustflow-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

rustflow-0.1.0-cp313-cp313-win_amd64.whl (105.5 kB view details)

Uploaded CPython 3.13Windows x86-64

rustflow-0.1.0-cp313-cp313-win32.whl (100.8 kB view details)

Uploaded CPython 3.13Windows x86

rustflow-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (403.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rustflow-0.1.0-cp313-cp313-musllinux_1_2_i686.whl (430.0 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rustflow-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (504.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

rustflow-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (410.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

rustflow-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rustflow-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (268.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

rustflow-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

rustflow-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (242.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

rustflow-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

rustflow-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (249.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

rustflow-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (208.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

rustflow-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (213.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

rustflow-0.1.0-cp312-cp312-win_amd64.whl (105.5 kB view details)

Uploaded CPython 3.12Windows x86-64

rustflow-0.1.0-cp312-cp312-win32.whl (100.5 kB view details)

Uploaded CPython 3.12Windows x86

rustflow-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (404.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rustflow-0.1.0-cp312-cp312-musllinux_1_2_i686.whl (430.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rustflow-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (504.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

rustflow-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (411.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

rustflow-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (233.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rustflow-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (269.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

rustflow-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (291.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

rustflow-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (241.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

rustflow-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (233.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

rustflow-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (249.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

rustflow-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (208.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

rustflow-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (213.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file rustflow-0.1.0.tar.gz.

File metadata

  • Download URL: rustflow-0.1.0.tar.gz
  • Upload date:
  • Size: 13.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rustflow-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f3dbbb38a1951106b991732bb1ddd2409fe229a1b949877fd6d1a445811107b2
MD5 5340cce7b4e95ea3127e2c4da40c6a4c
BLAKE2b-256 a2ee35362501b0f5249694ee15fba35c0dfcd42c8792cb2f083a1c2f786a1c0d

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 abb159b24546492f5cb0c6f3a9d72be811e7eb9b1ef8085631e224c57cd7169f
MD5 5a0ddd02d8147d6f0b5f78c3ae13fb7b
BLAKE2b-256 01a59e28769a4190ed4eaa6bd5b357a605324bdb26866e71d71402f3476704eb

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 eadd3ea51f62fa26fb20580d8535a57dea99e934f71820dc9577e8b17bf493c6
MD5 33bd814fafd66e555ad0bd9df863f7ab
BLAKE2b-256 74221635d4563db577ccceb9fba8e8c3c942ef56390d43dbf58c9df3db96195c

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 70958889392b3cd0ce19981c8043a63096445675ed77db6b11eb95df2f10a302
MD5 b5cfca5a9dbb44f40c460ee35365a443
BLAKE2b-256 e683c57d746f2cf3f4ff5e8a4a605586788486915a5723b2a2cdd5162a76f058

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 732095820332a72ca61b5211f7715dd0199aef49adb29dd0e16d69c8d1920e83
MD5 7f4c43a731b39a1906595139b2bfc987
BLAKE2b-256 471fa313a0357669a07b32e5003331cd626052ad7e012bec36768808193435ee

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 441b31667a4f14ed393ccfca377d825a7bafe01ebb6edd28be63064ecb4865b8
MD5 ddab824fa40977f5bedff10f0b07f1fc
BLAKE2b-256 b97e26f4487e7d14c8e2a6f293169435f3e99de697fb135fdc23c0a12f2e5f89

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 802c8508e004fb79194cd1b4947c492a1bf405c163db4cfad4d8e05f9b7c0059
MD5 75f1f3b3c1b88d80e72ef2c0b578172d
BLAKE2b-256 d9d6017b72dea24e6f1b631680330561adcf3e8488c949c28f004a712e1aad1e

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 96334ca1be4ba2d20fc2ae819cb4c995b50722c9ac4a7f8421e544c826286060
MD5 83611a1848f251c9a3ff09d50461f9c6
BLAKE2b-256 604dd0c99d7e9eb422fc6dae8da1535b62c5db712f90eecf028b393344b2e9da

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 26d812956cced5b472db50847a8009c895dbbea79b484a23fd2b2540f96dc468
MD5 2c1d537e305e945948759ea047dfff62
BLAKE2b-256 befb462a06c5acb49ef324deaeb18226826a8af3423d933c3fee3fba4b137a1a

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f6ed5b77fcb881515be2ecd06ef7530cb67ab5ab76dfbd2655c74826daed41db
MD5 9f8a2f61ba264d50238c5f487dbbda43
BLAKE2b-256 d51a224a66d8286ab35e4978a8a6532f0176f89deb99ae1d2e49114f556b9559

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: rustflow-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 100.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d15eb6ad3c6d62dc508e25bc210dc2610da5965a14e445b2e0f7e3374fcb456f
MD5 cccda6bc5026a64ed09a013907212167
BLAKE2b-256 41e9fd6b2efdffd9ded9032e48319416ebb434a6a53b2ad55f867524dee56817

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c6a26d5b8660882ad8853b5f16d879eddbb2f1fb054825475ae2c6a3e6315f00
MD5 14af4b41293d63a8285b82b3ca6ef2e7
BLAKE2b-256 957300969b3bd205b1350ff9c44c53de316fa751f62877320b1880b6963f9010

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 fed9ef9ff04543b76cd7417b446dc6491ba05a43a1f5cd85facec089c6fb5650
MD5 abd4ca8293796d735359dfb236a44bba
BLAKE2b-256 982ba1bc0eeef861715b9161d986e8dc9ef95ff7ed0651d6c562aadb96772a3e

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7370471823befe1857e84b56c3927a52992ea22d2e5ba783e5dba1088209ea70
MD5 4c810f6213fe3a6b7eb09d452d3e4b06
BLAKE2b-256 8779cdf93c6f60f13543cde6ac7395a8f6779885596d0a00952f504f1ea0cc7c

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 81f55e70adf357906a529b472ca7f2d755362a99807be0b26d470b0a6799737a
MD5 3ccab88a4463dadd8b8136c402141e54
BLAKE2b-256 a23b88842b960eca4ef5cbef908c43663599d5741a02bdbc0504a5111a865719

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 17a96e1c317af6384a00f019f6bafb5f451a9a516c20cd84a3b69281fe41e509
MD5 9efe4ef2c46e97f44512b2140a89128b
BLAKE2b-256 80933ddbe0bbf4759e2efa1dbbf0eccfacca38e7f0ea3e11576cd0d84c44f39a

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5b1f1cb611fac3d873babddce5e88c6988b8f4cf1ac3ca75da44f6da535662e0
MD5 5c3390b038ab009a5033cd699b78d11b
BLAKE2b-256 c47935426aff758d429303ea7546e8a484573c1be24f1feef77802fcb327fbac

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f1f6149985587be724bbc89420147d1a9cd69466c4a20bcd16a8e352ae72860b
MD5 6858f2736b72234ad82d47dd1c4c9643
BLAKE2b-256 3b43b0154fc86270228261cb53e0e0cfa3c195adbe6b27f559cc4febdca8733f

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 65abfc131d16c9f3c98e23049c4e713ffaf4f23b07e5d182c55821fe3455ffbc
MD5 182164c7746fcfe5f31ae56cfa9ee72e
BLAKE2b-256 6f68152984d4e11e39fb80ac5d9a5ace7533e21f0037d6c96fc8b9dd11ff3d0a

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4267e97d3a3b35d68fc37b1905be58bf41a4d66d47ecb74634e4e837583e7334
MD5 8c83407c654e6fb05c3db8efdb97e6b4
BLAKE2b-256 c68749392305b3f4e1781e777c358f9bf3cfab0cf0a007358bb54709116a22b4

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 33eb3443f44ec5460ab4bc37bfd1ea212e3d754c26628f995b60168ce6e7ab6a
MD5 559f6841ce7e27dc5221c83056ddccc5
BLAKE2b-256 bb818e2ac63156ccafcfa5275993f2175b9883461f7aac04fce839fb40e802f2

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 901f994b745a5d4151c7335c9bb88e0954b2ddac08d69d79b8045688d9509403
MD5 13a5cb2b71c89ea8e3163ccb420f928b
BLAKE2b-256 0ecc80cff429fd30afe9fcd5e7420bca2def5a6dd1fb0049b3ab505a6b6e89f0

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b9f6c92555f1601a5cd7dc89cc77085e0a0e840139c9e6e79f81b7022b88996
MD5 55861a3956de01069c1c39e908f5f151
BLAKE2b-256 07bb86ca06261789e16e3e7522170e31e24a26d4032654a330dce86a83eaca60

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8226ac71c8307d75835bfb62cd3df51add7f73299f599e70cc19915ad52af126
MD5 1beff45fac7a87ed1f8078536a09de6e
BLAKE2b-256 c016ab31c70af0823a8b70d496111f42450529b51726964cc0999b7fa4c9f55d

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: rustflow-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 100.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: maturin/1.8.3

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a6d57d766b509bd44e5cfefd20ef48cf51a023163b38ca462af528df039689fb
MD5 9c9288f9358b94e824294c5ba62eb1b9
BLAKE2b-256 b26458e37a1b214d23da5c75e118bf1ac910e0101d0f9d375a96cb1a994ed1c0

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a022e65b960c8999a63138624c4865cc7db9f761dce32ce28fbcb1600b45e70b
MD5 95543286eb320cfb08710a9a40cc2442
BLAKE2b-256 54267e593a8134da4fb78a4f3fb9b529f3f338c7abac5538b2976c1824aac903

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 27f814c982677aa94c8382db206e6e3b2b884fbc1a133adec768875111e5d3f8
MD5 6f0dfaef3f721b0a385008700faa3b1f
BLAKE2b-256 9455639df88e5319968692e1476582be9048f49b57f3a6be2e2ab8824ee5ddb7

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 18ba158a76d975f257089adddf5c218efb8e655481eced2e62202077a08e7fb4
MD5 695b4fe2a94227cdfd9223734fdc72f1
BLAKE2b-256 8ff5e16002e02e09a21d4437bc7a6abbe0b78c0c2dff959e1428455ad8fe5ac0

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bbab6df138f5ab1ae63c558be061d669b96cd15969a7b9910651cdd8817ccc9d
MD5 9213102575d114e815e4918b96e893a7
BLAKE2b-256 2ef804a2ccdb3b804550287e90356e6d8ebcf2849c3380cf65c72b05ba647a83

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f30a0bb100a2a2690994c2fb67060996e41d443fcf86c36a8f29e154e1c53588
MD5 a81e0183fadf13bd9afc75f472554da3
BLAKE2b-256 be0347b464f8bcfc81f06730da111ab852ce3dc2c714594033a8771bf39375e0

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7add009d9bf0c4190538fd3751d0d053f43b42981cef0963fe45ebdf86f293d9
MD5 9f4c831442c831b688f0244b9e5e6ccb
BLAKE2b-256 2d38dc1c686e01e9049451b79cdb56e0961388ce6303eb6334a8d2aea4d628d8

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2365496908c4201ec76b07ad3b0b80637871fc71459e0215f1fbc63e045a4b13
MD5 491bde5f0fb5b1cea8661272509414c2
BLAKE2b-256 bcb6c41e793f01c68eb46d1c8520be7f0c6b430435dd4c0cf3d2f85d2b201ac4

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 532b3c39ce5653d0c5328ff5bc4d97dea4cf482ae438470b3dc7faacfd24826b
MD5 77a8b5a95d7dd97b62a1bbe896675adc
BLAKE2b-256 c16dcdbfb6849b336e8663f9d7caf8666f7374f53a3ed40195dcf405161a9582

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8472f05481c3042c8311d6bae51b85151c3fa488e3a7740a3779cc033b62c9d
MD5 caaafc358c5562ef13e03ea108f95bc5
BLAKE2b-256 3d5b99f3753cf523662d6e7800270b6526031703e6e3048a2c43208f0af998f8

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7e02ea5b0f8c70567d62fb641ed8d879eaf8c293a3b3a81bc1252d80142374ad
MD5 dd1550b3d71fb900ca68c394c8eb5533
BLAKE2b-256 dfc715b0b61a1b492f93c925d7b919d44fb11f1fbab84dbb7ae2dfc3cc4e7e9a

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1fd749c04e3c54e21825d68e8c0837886be03722ef549f447a602f8569eb22f
MD5 d0ba5510639b946a739491f1588928e5
BLAKE2b-256 aaa47ebd346dbb3c1302e17a5e6998af7447c1a20d268de8ab4a6cb6825e13e9

See more details on using hashes here.

File details

Details for the file rustflow-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rustflow-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f34a51ed790ec00996add2d87da460a2b0091f90b95a7137f761388a8c467a7d
MD5 b2377a63ac3aa76502b9be8420117b38
BLAKE2b-256 095384b50e3521fbb7389edfd4295c8bb275d58ce24e1010f15ea3dd6242757b

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