A simple library for quickly counting syllables
Project description
syllarust
A simple syllable counter implemented natively in Rust, with additional bindings for python. This is based on the work of the python-syllables team, which implements the same functionality in natively Python.
My goal was to bring the same ease/simplicity to Rust - and use Rust's fearless concurrency model to help improve the speed/quality at which syllable counts can be generated. This means if you're trying to generate syllable counts for large NLP/LLM applications where speed matters, this may be the crate you're looking for!
Parallelism snippet using Rayon
use syllarust::estimate_syllables;
use rayon::prelude::*;
fn main() {
let test_strs: Vec<&str> = vec![
"Apple",
"Tart",
"plate",
"Pontificate",
"Hello"
];
let start = Instant::now();
let results: Vec<usize> = test_strs.par_iter()
.map(|s| estimate_syllables(s))
.collect();
let stop = Instant::now();
println!("{:?}", stop - start);
println!("{:?}", results);
}
While the primary goal of this repo is to contribute more blazingly fast text metrics and NLP tools to Rust, I'm also hoping to create better, faster implementations in the Python space in due course.
Contributions/Issues
This is currently a work-in-progress repo. If you have any feature requests/spot a bug, leave me an issue and I'll try and tackle it when I can. I'm also open to sensible PRs.
If you're a more experienced Rust dev and you spy any inefficiencies, I'd be grateful for your feedback. I'm a relatively new Rustacean :crab: who works full-time as a Python-native ML Engineer, and therefore I might do dumb things sometimes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file syllarust-0.2.1.tar.gz.
File metadata
- Download URL: syllarust-0.2.1.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2632fb73fc3b7fb84ab9cdba6b08a87323ae10c66bfedbd6bfbc7dffc5ff601
|
|
| MD5 |
8d02670349a1c4888217a6ed68749b33
|
|
| BLAKE2b-256 |
20b6857978a336a5b68c39237edc0b331cdd488f5749fcd453cc92619a507690
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
847f41273102f30534c8022e952c7ea1a1cd97ca3efa00d713755d26643106d6
|
|
| MD5 |
6e2d5a0d8078b6a02dfc46e89ba8d3b1
|
|
| BLAKE2b-256 |
704eb35c2d064ffe7c9db5906b13b9d6c79eb7843c33fc11da79470f409b43cc
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aeb234a7f03ad1418c0be22654ad80877aba61c0130d91013b0977f1af5aa836
|
|
| MD5 |
a36aef5b95b5d5dac4f587cd776d616f
|
|
| BLAKE2b-256 |
2528c65030c4774d429b59f0d886f7f27c75f487a023610ee4912c47f835e08c
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a415976e064c91469aaa89858ac51ffbe7d374c21dd889983dc78fc47f0bc1d
|
|
| MD5 |
94c3e82b8ecad1d8bdc72bc14de49906
|
|
| BLAKE2b-256 |
af7e632f90ed811b06c9aa17207864a31db382a0dcf417da735e7d6e833f1ddc
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f3acef9b8d076bc7df7a99cbabe1159574a260c51861599ecfb1dcc8bbb4392
|
|
| MD5 |
eb1a5cfd9297b227e0065d80a858d46c
|
|
| BLAKE2b-256 |
c951e2f630855960add3aba8a54f842d3907e1a4dda5c6b92564086e2a1c827d
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f95136bc1049476be50c7c449dc2ced8a4a618a083c66f3648d0bcfa80010da2
|
|
| MD5 |
4bb68f93004a5aa55a7db7aac62bcfc5
|
|
| BLAKE2b-256 |
e37289f1b363ed0ed56dd1e78a193b2219084b50d8f849e762ba336f2808e0b7
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1565357f4d6dcf4cd97e47b8ab96c79c253d4241fe17a999ece75d4978de399a
|
|
| MD5 |
25274c5348cc88cf84be40bb2e13f3a0
|
|
| BLAKE2b-256 |
49c75797cc6bc9f4c41a06a84f1054134e4b39c9635b4cdfb06d22d63d7a4a84
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4398d93be84d10f4d494557ee1e7b8b189e6f5fce0dc73c5bd8217ac015052b
|
|
| MD5 |
96bb8e86f178d05198dcb66a71d032bf
|
|
| BLAKE2b-256 |
a9f84bb1537965995ebce2573fc70ad4d9667d4b469293a82280ba76451db480
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b289e63729329bf5a5186234c12afca77eb78ec76e607288cd7c158884954af
|
|
| MD5 |
4414531d0e72abdb928d3f9e9db89c6c
|
|
| BLAKE2b-256 |
e195d907c602aecb6ef4ef1280a08ff6a1cddf4d61e34574675ed670a4919c96
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 936.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04901daec718a20c1a7a1cc115170eaa014ef7815fb60e5b3f84dfa8c0aac1b
|
|
| MD5 |
ba18f68259a4acffa48f6bdcbfa4e214
|
|
| BLAKE2b-256 |
14595ff0522840e04bc9032e0e75f4d8ae1458f774fbb4d087717464a7fc4228
|
File details
Details for the file syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9853814d4de79c12768442d5a73c8d77563bc16c2e919c952c140baed08aeee0
|
|
| MD5 |
9b21dc3b95ad755a8efaa1112c7c92f0
|
|
| BLAKE2b-256 |
5bde467bcc56f06ca9cdccc5c6514749513b854e2f47fd53c934e968abaa8372
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93db89e609b86ff50ded52c2341779f9293d01f5b0b60fd442737bed52a9abf7
|
|
| MD5 |
e0290657b43790fbb1a8802a5c016110
|
|
| BLAKE2b-256 |
5bd6d053554630ec54494845ee2edfb2bf7565e939aaec93686a2c8595fa5405
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c383562e191feec5db4f7557fb92544fbe9412c4d3eea0b4d8f0e8c180ddf5c5
|
|
| MD5 |
8d7563122661b5b6eeb18c06a4c92455
|
|
| BLAKE2b-256 |
97aff71794f3c6a1bb5c79d76c54a6e200c17eb0cb5d4a3f14625006b3ee3483
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
791e82307c3df467423475f58409e242afa562505349ebc473509307fae5cc01
|
|
| MD5 |
8ad83e8566cfc0dbe02b163b2053a746
|
|
| BLAKE2b-256 |
12e00431dba9bc357a7bff2cc30c6fa35d73b530ae94533a4e00e88ca828d603
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d20ad33f85dca0151e22f7d7ef3f800fc7f2d0822e53c7763e59a58f2f5f1b77
|
|
| MD5 |
5af73e401c60195c0f948b3fac3eb0f8
|
|
| BLAKE2b-256 |
89308614feaf9e10c21228c816f734dc0c5ae94d627728eb5f63e9c692248b4d
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74b64bde0ce003fc482468eaca4a502fcc88d06336c8ea3720d9edddb5a6e18e
|
|
| MD5 |
f88788d28c172e549048197b2e26c5c8
|
|
| BLAKE2b-256 |
79abefd0f81ed028c8dd35d96a8c034de05a76851f645759dd955043a308b04a
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b23df4ec8f746fdbac5e99097279f61f3e9ee02c95570af33222174c74268710
|
|
| MD5 |
052168778b3226d816ee083d90ec14e9
|
|
| BLAKE2b-256 |
1a9f0f42b21ef0fa62b530c268477ac5b21df360dec1291b850f41d7c322e871
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4985773c40e375ae1664db7d36c33ad1b727b3e384de2892730ab9ba5b2d5b55
|
|
| MD5 |
a5a6a6945bc0867f786bf60ffbcda893
|
|
| BLAKE2b-256 |
adc30179652b0078bdc5447c3c2c854039e7c360faf9276ed6bf188eb4146f7b
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
337c4ffd25c2507fe6d16cf094f252a6544909465ce386095ae9512d547cf1e2
|
|
| MD5 |
bdec7b8b24fc0c519673cd88568d2d0e
|
|
| BLAKE2b-256 |
fcef43d1938f08e283177bd58f663d11b302101b1863984616d85810a97264af
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 936.5 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa58b6f9901b1ed557dfa224cdb5ba23336b7c0cf64952887f2a4c79970768e9
|
|
| MD5 |
ae31a0140912ff040494625621966488
|
|
| BLAKE2b-256 |
10b0628e2a4291501485c6caa136f958abeaabf43b6a88d1022cfc28e132b7a1
|
File details
Details for the file syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79c96dbc909239364b10549462f67e9fbedad4db0e5f3eb8e38064f9723b8a84
|
|
| MD5 |
12241f6f3d265cde4326fd10bbd08b12
|
|
| BLAKE2b-256 |
54157873d3af271cec73d183074806339e53eed545772ca0b0dec9ed42df2511
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
206202c34a288a909e4473d1f8f9844782fcbb6567531a87ab59d9fbdd5a58e9
|
|
| MD5 |
b5567f2ad85dc7487240f07388c424bd
|
|
| BLAKE2b-256 |
c1a19eb258b5fdd0ff650950b6637df0c3960ba80ef197c4df62c1e4916708a9
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77ba9cf6605d7b478bc2982561cee017b523a1ee53202c606fbf5a3bcd2fec16
|
|
| MD5 |
fb6d222976dfe9eac25aeddbb77c3788
|
|
| BLAKE2b-256 |
cdfa31f2438df8e30faa5db6d1c430052c2e9cb651edf4698c63d46402d6ac61
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8129c77299a15e1657815afaf2150ea9e484290f4c090191d3c92e2f55775bf6
|
|
| MD5 |
c519022c8ceab488fb428890f0872993
|
|
| BLAKE2b-256 |
f5b3704bc94688238258fed77d396efc229d6fe947d76fecbea6bf69913f2b31
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49e6f145d8038612b538e3a2d887b7368f90cc3499892a73028273fe9c99acaa
|
|
| MD5 |
8fe133f939f29081af8d2bdc6497244f
|
|
| BLAKE2b-256 |
ff632f558a41c85951fa272cfbd06e1dcfad2660748efbf00fc160bc5919df94
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d3faaa7e498759fe8c17f41475e937ec5271b5b7ba89417513a7a31478dfdfd
|
|
| MD5 |
7d31931f8ad53f8b6e62c9a9f5805c09
|
|
| BLAKE2b-256 |
4e52506ac9e3c2fb24f59b92a1954bf58ad5fa038c984a7bde213cb062b23952
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b031827ef76cae42b5d0c8a815862517066ad52376dc6c4213d87b9d7832b6c
|
|
| MD5 |
16834108ff5fc121abb5825350726a97
|
|
| BLAKE2b-256 |
944693925f6e67a51ac06a27ba4e5c995db0f4dab8afb1fc3cb352eff09810e7
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 936.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adb33afd9048f4de63997d795988396552d7edf5cf8b50a908777220185b7b4b
|
|
| MD5 |
9306e747255b833386b2f2d2a041a9aa
|
|
| BLAKE2b-256 |
1c60105b9ff5694d5bd014b6e62cf8952632f1179350dacfa4a319bef84e9664
|
File details
Details for the file syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca91b24b4f7aff7466bfd9bc072e3bd187e59f953524ac3d10de97c815ef6fc8
|
|
| MD5 |
ff93cbe06fcd3cfd5ce466bc13287649
|
|
| BLAKE2b-256 |
2584bcc27fb6e5dd7d7d70b29d884233838cf3d7fc349aa82c2855ed9228332f
|
File details
Details for the file syllarust-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fff97fa7686ddd7d3ae2ab487b0ff9521dbf3047f8ac8126342a5363075c3c5e
|
|
| MD5 |
e902e283391d481916b48a5b477ac7ba
|
|
| BLAKE2b-256 |
9a424831b90166a4c13206624ea6fc79203571a863a17761278fc88a71dab0a0
|
File details
Details for the file syllarust-0.2.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6d7772a8173338c5ad03030e46fb09512191e983106e86a2823e8a951f4ffd3
|
|
| MD5 |
7f8077536d604eb48d5b1191f1d01938
|
|
| BLAKE2b-256 |
89d642afdfe16bdf54f3f6120ce4ce37861178369376625d0508e85eaca2eed2
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
015135a17d76c33b66d97755a3984ced35fba0499c3643e291960581797f7e68
|
|
| MD5 |
09bf624888a7e0578432c8ec32287fe1
|
|
| BLAKE2b-256 |
11dc22664ee89f0690a9145362a808e28a8c04d69568a5884b14ff3dcceaf139
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b1bcd2ca02422af291e365befe35fed6db46a0b61692d017f6f5420072675e2
|
|
| MD5 |
8d826802288e4cafb4499524447d317c
|
|
| BLAKE2b-256 |
8a78b078d9ee069d371dda8265533f512e6c27301d1bd2bfe550374ade29dda9
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38527fa718f79ed146d4f988e64c3b97a83b87e3dbf3c39b4955556dfd89243c
|
|
| MD5 |
d879c6ac501f010a7f0db662bfda0122
|
|
| BLAKE2b-256 |
35df863c3e362668d16bde6d4283aff89394c5b31abba89e8172da6ad3908855
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f289d5a565d1423820df8be7075319b34fc9ae6d5fc37192040c596214074815
|
|
| MD5 |
ec88d125a4240fe94c4c4bf629f911a2
|
|
| BLAKE2b-256 |
34a314db447a80d385fe21a260585b86949ef76385a9bd1f6210d6cbf5d125e1
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc57c625e0d4380cd455cf8ea440b8c3d57d0fe296875e45b17d4735a5a5f909
|
|
| MD5 |
8c822e3c93aa60b22d9b3e0cce6bc4a1
|
|
| BLAKE2b-256 |
79dbc016fadab2ba583fba94f483c2982d2e0a13a7cc5631bab3bdffc20899e6
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c023645e731d7e141d73047a729d0fdfa1da117fed787018e0a006abec166c3
|
|
| MD5 |
4089ee3eb9bdd13d80f0638f26c4b796
|
|
| BLAKE2b-256 |
4c707b311bd7404d23aff26ae4fa3eac79baf514f9e7f5a4ff70b866b137f8e1
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 933.9 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd65e3bb5560684464713666fb1366c376e30ea93d9410dac1ff4f0917d8291d
|
|
| MD5 |
14eba5dd1fe07fcba6901b5fdec75f83
|
|
| BLAKE2b-256 |
ca7268129cc3cad4ad1415c678a91c25ea3524a82586799120b88991ea03770c
|
File details
Details for the file syllarust-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 982.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b60634f9521522a19e77feca1c677c471482404a01eee654b13269256aeb08e4
|
|
| MD5 |
fae32abced28d4ac836d67f237ef6a8c
|
|
| BLAKE2b-256 |
ddfe5e0a516cb2dd4e25eb991a21e0c4a9379493c12b5ae6c55b4d77aa2559e9
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 749.9 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4319841e3f33b553d90e86e74ebe101f247a1504036d952cb3b714467eaa0de
|
|
| MD5 |
646225c148bc4d7ae3b9cc1bce37fb6f
|
|
| BLAKE2b-256 |
895b995e7b7371d7633ec113ab9b0826848c81a864e4e3941f4e570e75fd0f29
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-win32.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-win32.whl
- Upload date:
- Size: 668.8 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf92adad6bea856e88fa6db52de09fe635846aae11a77ef6f4710b5d567d99d4
|
|
| MD5 |
70cbaccc9bdc6a970f0f7cf82d098170
|
|
| BLAKE2b-256 |
e0ca1f93f01f4e7078fad394ae91bfc981997b71a7c257fdb50736cd1553fe23
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50c33413e7a98e50c15a1a0a04de794de485ff7b50bec5d29bbae708c0e59ec6
|
|
| MD5 |
a64f54809213e1d7a7e3fdf69d8bb92b
|
|
| BLAKE2b-256 |
e631f641fbb7019b352c3566ab7cec9426625fdf0965ca8a8c909eb0d976689d
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e080903e12406c98b79c1314232ac800c0a64703f6f19a5c898b08ebbf705917
|
|
| MD5 |
46d7e53f69b366485a1a4d687f9a97e6
|
|
| BLAKE2b-256 |
7321b58ee125b4371ab690859b6ab4ac4a865e7555257d0c7b635112550f35f3
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98ca0c48194919ff67acd4346a862dfa8e9569f6553f099cd9ff014df77b4866
|
|
| MD5 |
5ae8624a6afbea60a7a5bea34a79cf4b
|
|
| BLAKE2b-256 |
a1d019202321e37fb298f269118a9b35f428f50d999d09b8e137ca8410d2f0c9
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f0d492fe18bab1aa9b93e0ac5999953449db142c7ddee697b55a375e14ef9ee
|
|
| MD5 |
7e22fe9ff5b07a5c3aca4275cf810d5b
|
|
| BLAKE2b-256 |
f03b00667bce6c1dc398c15eeb2d70b2f90b8740003b6a51b0ec51b7ef291caf
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02a09ecd8d8609b93bc5123a535d73e62652c61ce09322fb9d2961ecb33f1f8f
|
|
| MD5 |
60bbea38c46d4907b0d1ad257706a75d
|
|
| BLAKE2b-256 |
2b21d2ffc85c2f389633622372c8bb696974017dcc5053b29eefa9b5dc3825fd
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
425e3079ce9581e7b6efb707fbd98180e9b8c78740f41d511c743ffe36d0629b
|
|
| MD5 |
5727325b9f6861c7cb3e606479e8f5e3
|
|
| BLAKE2b-256 |
ab51e751860316000691e99bb7ea90b309d2cb209d92cfd9d0040d6af0ed07e1
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b486e1ab7e14a2fef6a5ccdcfb810cce3561f5f04a3bad705d834d5b6de03126
|
|
| MD5 |
c7babd91c42821a4addae21812e578e3
|
|
| BLAKE2b-256 |
f24319a94b51f339e371568c7369b111600c4aa793b6549e70c97e5a013532ca
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07e19c61b75238ac4137c5116917a4c412819af8897fbfa9e69af649ebc64b65
|
|
| MD5 |
974dd5989d0c5629c19960ee5028daae
|
|
| BLAKE2b-256 |
3110f31e4e1b82262e222b02af5b0019516fcad186e027d95ec7d53dc00eb771
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 934.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d43e9f94b038cb113f2cbb9e22da5554c6c775f61482e9a37bf51f3b172188f8
|
|
| MD5 |
6215a55c5f11f6d5eaa3f11c542bb73e
|
|
| BLAKE2b-256 |
0b763196a63d782f3df830965aee48e07419d7d1836d57ff807d12fbf72d5423
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.5 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5348b8bd68b54dc698534982c3143c9efe20d8c7b7e156dd645f7e4f8b6df4eb
|
|
| MD5 |
cebaad8b80c74cff5af78226642da4e4
|
|
| BLAKE2b-256 |
8f217d4df23c26461b94ff0bb8f17de244ebca1d6ba1be65dc8e106127212af7
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 855.4 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7029ef15dcf640ab218cce48458baf1126d7f2fb341a15d2db2f93b27a32f5d0
|
|
| MD5 |
db72180178372d4b0eea41e46cb473c4
|
|
| BLAKE2b-256 |
b2d64894725ed01d5bc436589c7bb3d3bc23481a4e488c93db98add119dc73fb
|
File details
Details for the file syllarust-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 910.0 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44cdc8f48cf48745cb9d7e3739e9ba1837f318c40ef82196f4dfa3980d8157e4
|
|
| MD5 |
adfdb16c601fdce72f1d26432df32250
|
|
| BLAKE2b-256 |
7ec0fd349a6e6667324a0c7609af3fe25e481709e95827faaa89b0e36b3f3f68
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 749.9 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce9d16433c4ee2c0ded2635401261141a33db41546d1b2b314802b81ab223b90
|
|
| MD5 |
4edd14d95cf5da96ee9f7d3038728e46
|
|
| BLAKE2b-256 |
84a125b21237ef4ad43c1de233dc518e324acb99773f70d6f446e09b5477ad47
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-win32.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-win32.whl
- Upload date:
- Size: 668.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
feed5d19f9c0b740da2217aac7835307e7fe0beea396b61ff765fec6921e4cb7
|
|
| MD5 |
70a917d514db0c946c7a7706c7651170
|
|
| BLAKE2b-256 |
ff7627d89f05e9ee8d8d6bd43856ba31bbdbc7aa53bcf1ee381b57e30656c697
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
509e522cbd6b6bfb3a5aa1269e24342dd4ab76a8ecbd17c2651525d54f4c0b45
|
|
| MD5 |
a5535855ae33e927105e16bd50c0a920
|
|
| BLAKE2b-256 |
8b27a1c1082c1826fe4f50a43b484e750da38f95a4fc3a842af2a2bbe40a3701
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45e847ee99c205fb10a4b8de4bda0d5787a56b86145cc0f65c4e46ece1ecf483
|
|
| MD5 |
0a54fe5ddbeef062d08794b1cfb4e957
|
|
| BLAKE2b-256 |
02b288f0e50857f2d862d7a768704359479fa9af169adf5d14041957988d0f88
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17d36a9a4fa4ceb038193ed373bc0f182352d46bbe3a1a02110e7d817d56158a
|
|
| MD5 |
88dac5b3ac2a36d5fe579c648295e1ea
|
|
| BLAKE2b-256 |
b93ea51096bf1bc9e16fcc0b8f667f1e0d149261a1baa542b97b6735d67cee1c
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76b4a8c892bf1be0c7cfa46783940e3e4cddecb2727066f5fd5f76322d9fa9ce
|
|
| MD5 |
103ace21a93a8ebed5c9d1c1023adeb1
|
|
| BLAKE2b-256 |
3ab5649230b03e58453b01689ea4bfde2494fa1dcf10bf5f955d4209ff2656b3
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d87ab9844c3d1b1949dcbff61023638716915a9dc21e1504409f8add8ed7e6b
|
|
| MD5 |
f9ad88fb3e73b281764d9b4f0e975743
|
|
| BLAKE2b-256 |
0be7522d3956c71728859f89a1e1b0cbe30bc3c0788b86f124f60327fbf8bd38
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3212fa318f28c28b708b85f68b86cc6688c1f17a56a5970e9bd672aee95d6b6
|
|
| MD5 |
fd5a709f1556e919e36fcb250787e9fc
|
|
| BLAKE2b-256 |
39b96a03909d937e85b4b234eaf0af0d62689fbd03414245da4431e6a2050d5b
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d05ce465a6d3471e06fec5dd1e842775f4178b1275833f07e948c7238bd75e69
|
|
| MD5 |
98cfb8f729f3a4b48fe808a8c23657ff
|
|
| BLAKE2b-256 |
f2022613370b4c0aad3261e53a6e503e936cf7ffdcf3aef9747d9f6a3d382da1
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a9a293b01b12a9742185cf7dbcc2823720c4de7d7a66bba3cd033907be08e41
|
|
| MD5 |
555ad8e7d2df53b6428eb6107983cfd9
|
|
| BLAKE2b-256 |
437ac34dd58205aa1e94639f455986335f7b2ae4b32796654a3cb7235e08c6c1
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 934.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91c2da2ce76b6cb4934a6205568ffe56ae3a8a128101a04d143c582982730a5c
|
|
| MD5 |
608c0096beb1ced453be7f6e0531c752
|
|
| BLAKE2b-256 |
20c109c8dfee27929fd28388d62c57a201d84548aa8133f5a155eebf777ec8d0
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 982.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e122e2feb6550d241ceda1d27f0e88a78d6298e700bd469f540bdd70c9e6c8c2
|
|
| MD5 |
6659210c118704e3e1ea0b23d2f62a0b
|
|
| BLAKE2b-256 |
fadd63a0649edb51cd2f46e17238c324896ee3ba08368545767c5ddffc176e64
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 855.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3be563c7885b730063033e65e15215beac6903690e7185d6fa0634d6d9a1e65
|
|
| MD5 |
c98e6125a02168c4ab010a592a2b229c
|
|
| BLAKE2b-256 |
cc3df888b45474081928a747155a8c6d806d27add5c38d5303d90149d6675a39
|
File details
Details for the file syllarust-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 909.8 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91ce81b45e14da73cfc0da8b09cec8aebfd179f53b3265bcca233c04ed423200
|
|
| MD5 |
8637a4007c8600cb336c9cec08caf996
|
|
| BLAKE2b-256 |
c18f8eb89f475b67a8544749b3edc4439703e04883e75c3149213f39ba9f72bd
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 750.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1abf599273f0e474d13fdbc4599548138afeffea4086b53e1c8e61f8e8568c8c
|
|
| MD5 |
bedf1631c40536a01302f6d3a7452e0b
|
|
| BLAKE2b-256 |
1c2e4b4fc80482aaa43df5e13442e44a88682800e96b963f70cdc4131f9a4db7
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-win32.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-win32.whl
- Upload date:
- Size: 668.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fca3c68b0d45866f89703660baeabef8d65bfc8a0ac5a9e68547ddd5e71b7961
|
|
| MD5 |
5ac0844d4f7c4089de2e0a68f7116394
|
|
| BLAKE2b-256 |
0778b0154896f10216d02ee99efa6ed4e7833938e24bd2c5e02220afec92b99d
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59f2d2111b062165df12657aebf7f34f0f355451e7d2ce89d44af8a800569afd
|
|
| MD5 |
2afe753d6a97b63ade33e3277533732f
|
|
| BLAKE2b-256 |
39a49754c9d6017f3b9265c627608a1124362e13bc2c4b66306a08b36d96fc5b
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aa53b29e302d7090a081822a35449fa0023cca30adef830dd66ef9be1454ba3
|
|
| MD5 |
a241ca399e303641f379d323b0b1cfd1
|
|
| BLAKE2b-256 |
007446631cbe314e905a3bb2b9ae9b17e8b564fa45d01ee0f7e4f08bbfb403a9
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db5a772819244728da823c8ae649e2c765f594cfef15ca73af97e4dd976c2b02
|
|
| MD5 |
d13469477720e838741ce5cf02e31ec5
|
|
| BLAKE2b-256 |
7a4a39bd3b6dcc01181dc65980de4198a3752f916342c1e68e16707d4442dbca
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7691c8d7b93297bc71019ad54eaef9235566b9cc8b40cf6d02a37be2d7b2039b
|
|
| MD5 |
22b3aaf552c9726d831676f8acbc4207
|
|
| BLAKE2b-256 |
b1a9a76b39b8b90b4f84931d1c2ec0d5fa6f9bce10be90b9e6ea2721ecfb9d95
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd82de4bae83ad6c9bdbbb60fa013bdf9976cc46f9bdad234307ab837fe81bcd
|
|
| MD5 |
e8b123ce281628268ca4a86bfdad4b53
|
|
| BLAKE2b-256 |
882b4d3e7fc8caf4187ad58cbe0bb146e82f5748d82dfa108584ad2fdab8dfc3
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d1f36277b2715c2ccb5aecc75aa0175bb87eae328bda625ed241944136cfd09
|
|
| MD5 |
e8e0794e3d3121887474ad67717ebdc1
|
|
| BLAKE2b-256 |
727a8901af22704f79132f3a5523b928f5a5ecdf4d0c14605064e04f6daaadfc
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82c0b5a1bc6fff4ad24978c2b0c82a2d32994d16f355f350051044bcd9839325
|
|
| MD5 |
8bf7f86b2a0e3d389c63f56d062dac25
|
|
| BLAKE2b-256 |
999281050df05cbc030992b8211cbf33f8054601ed64bf34b9e1ec48d84dfac3
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
737863a06e2d105ff234491d03cadfda0e9f02186bae58af78067ab298d788b3
|
|
| MD5 |
773c0496049eac2ef9498e8778626679
|
|
| BLAKE2b-256 |
468fa5b383e6ecb759a5747772dc1feb750c6cd51d31122d5f73ad6d6316424a
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 935.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd8ed6fafb1057b1beead6d2ce7b527f886b50c0b736e4edf2f3fd14a400249f
|
|
| MD5 |
06ac8b66f26148e9b096e1dea9119a3e
|
|
| BLAKE2b-256 |
48055882270cda745ae4a44ea5bd4abae55b1033ece5cc897a230eb83cfbcf38
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 982.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85f0b9235a345dab6bcf17bb24255add38f69f13f820b7851e4c7ddc85cc3701
|
|
| MD5 |
8f3118e4448d5788e6016158775d4955
|
|
| BLAKE2b-256 |
6dc30901f386db5bfdc70ef28353f8559f0b31be7671205dec71cdf7e31f6434
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 857.9 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7637e4bd72ba91188bb75e86ba10c843b250f88dad2ada279d1c0252af72a990
|
|
| MD5 |
e57234c32cdd758b2d14175f63454b28
|
|
| BLAKE2b-256 |
172ab0eda9b7c34e2cdea4548ff9a821786abd55de4926d560f07febbb7f4818
|
File details
Details for the file syllarust-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 912.4 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cb5aa2cca587c572eecab552a6b5476f27f488596aa4435681729a3938b0b2c
|
|
| MD5 |
dd593424dfd70673a52dea7c6308ed54
|
|
| BLAKE2b-256 |
8b792e279b21dbff287baade5174a89e4e241e8ae9af156f0bf27aa1245de901
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 750.0 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6eb4dabfacd0eaf0ea1d2f999373355c1a4d6889d65659245bf3cf5a3952090b
|
|
| MD5 |
d7b64912fe79b190cbbc2288f53867e4
|
|
| BLAKE2b-256 |
4244f503fc9ce6ed024221f6d771c8eae671bca2d2883759591b95beebba3a47
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-win32.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-win32.whl
- Upload date:
- Size: 668.0 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
582d9e30759f6b38337a1a67486b807ae639ef5d5aebd1f2c76675f0423ecef1
|
|
| MD5 |
60fbd8ca6037942a3de6c9ec638e63e6
|
|
| BLAKE2b-256 |
778f00f213d5d10dfca909d1dd9472c5e163814c509a2b953987593b8ab69007
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf4c3694f69152e1356084401f166acbb78bd18959d8d6d33d4150b05c023450
|
|
| MD5 |
b3c20b18221df5e550b8d401471476b5
|
|
| BLAKE2b-256 |
4cf4c3efe6e6258076fc6d5aacf87dc971306201551da122252f0e7e70349599
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6342c9dd86d42646b074e927d02acf1bb9f69f72cda3cce4ad5d05cfd3e02e36
|
|
| MD5 |
9a5e38596b6b41fae95a81590ecf8f6a
|
|
| BLAKE2b-256 |
383b02ffcfe189ffed4352d79175c8610ede7654286de37b8ce4592db432adba
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d107ef0055bb7ea62e39d4821507d84208bb210bdfda8d1612f1900f565dfd18
|
|
| MD5 |
a1933e1d83fce271ffd55281c92155c2
|
|
| BLAKE2b-256 |
ea6a93aa7541f53a50e49efd3a79c1c543d89c71447e6126800042bb633bd8e0
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6287ccf0abdfbdae6426c02772b0de4472ef84766f7e930fa6ef9cf83e4d551
|
|
| MD5 |
a75f8c6acfd22dc357d1a32e77e13edc
|
|
| BLAKE2b-256 |
d3ccb9e612748fbc1a73dcd4b86bb26f41917dfc05849368dae6efffaa4db254
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5188d90716a7f72c99d8fa3ac75666d35cc86c8344b7a2bf0901196bacc13623
|
|
| MD5 |
9012377ed846ab327ec198bae7ba5036
|
|
| BLAKE2b-256 |
287b7ab38d33283d50101a69fd413b4e771b0db05cb91c6bd4916d3ce2bbe373
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d0329119a38fcf7ae06ef1da593dc6f7a5190c01d9882f1ad42caac874a886e
|
|
| MD5 |
1bc8d1640292d2eda7df46e1431d48aa
|
|
| BLAKE2b-256 |
36dc286f96f90a71de7c3689094487bfd751082f48fc8b722c7ac709a109eb50
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dad41dd6aeb4f5a789f4954c11a2f321f851a4d6c0a3d5ca2d4273a122404fe
|
|
| MD5 |
40db741fec6dc7cca54b7aa070743a44
|
|
| BLAKE2b-256 |
855745057d62603cf871fcdc79806e05801f134797b96ef9ca9f9e5f4fca4b42
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72b3688ea032d4097125c29a7307245831840f67e3274f1b3583c9ba6ef78621
|
|
| MD5 |
e03375a3673c13bdc158212349b94462
|
|
| BLAKE2b-256 |
6187dec12126cc3abbb338459b22490c27ede7a0ba8076f02c4a37a557abed8f
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 935.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b5df744b301244ab0db62d2ff20777152f4e162ad754c9dc022343dad0d79df
|
|
| MD5 |
4423180f93080987d9f04f440f7d5b8f
|
|
| BLAKE2b-256 |
eff390c75e6c5bbf4920cb34151e2a287d81eeafd45e2becb062d1462175ce3f
|
File details
Details for the file syllarust-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de314bc37f53a35a722a537c57d3254bcc34256e764ef48f7ddd9b5a87bc8f89
|
|
| MD5 |
04614d5aa9b5bab63b74e0bc14518222
|
|
| BLAKE2b-256 |
2d4f4c87e0bfc27016d435dc14bb074ffd2f317a6f45034671453ac7d7231463
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 750.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b45cc11396f47c423524766423d708f8c57169f37e01bef1ea4499f0c4ecb09
|
|
| MD5 |
8963a3e133812226b88d96ea2313703d
|
|
| BLAKE2b-256 |
5bd3e85c0fdd6a6a684721f48baf5077b42f5fdf5ad331f25b5d8a9825d93654
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-win32.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-win32.whl
- Upload date:
- Size: 668.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9877c491b37c345f90d460057b5c84be94f4a286a29015b7035f705311d6cd66
|
|
| MD5 |
3067f36de1c3b212ecd85ec4078a588f
|
|
| BLAKE2b-256 |
38ca1a67966b36f0ec9699b23e11d26956c2dc161d95fecd220bd5eead16bd62
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
add5c97dfc5705fca2665483950e88ca8f09d7fd4f3aa9fc333cae793dffcfd9
|
|
| MD5 |
03003e639faf17bcd01d35267e1cb48e
|
|
| BLAKE2b-256 |
b5c8a4d83b78586a96c54ee350db6544350b623866a98199c4bc7278091f035a
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af9163a20a49435fb750a4e1ab91081349a4fd3723ea6a8797bce7adc9b0e27a
|
|
| MD5 |
493cced8dbd201f275ab69b7481f9226
|
|
| BLAKE2b-256 |
8d049b08ca9d050d3f1af222b91d4ec86ab68448fe19c946fc336a3605a8a6e3
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3cd7693dd0ee673bfc4d87485c604781897f63655357609838bb3deea805ac2
|
|
| MD5 |
03d2816b43115cd48bbf78630fd8feff
|
|
| BLAKE2b-256 |
13bc5b5a8537e66fbd3d705a2da14a0318c91d9aa589bb319de227be5988f2fe
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c6c8cf0f06070220d7e84fd1bd38f3b62ac2eccf020d24e1bdeb1e2bca6b3f8
|
|
| MD5 |
d50a8f0eeaec5407666260368af4465b
|
|
| BLAKE2b-256 |
65b06093dd7f13529ec1fe5160c8efe85efc0d1feffb5048b5a09db27a11501d
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1356375ca903874749eb798256b38fbfc292976ff36b60031d8f364a0fe715e8
|
|
| MD5 |
8fdb723f3a65ec407db78b13e904bc81
|
|
| BLAKE2b-256 |
e40196bb123798fe9789fcde7e72fa1f53498cedcd0657ddf994f46fdf942357
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00f5714e15e36158c1cc93ec7c57406c77f27ba2705252648ef9c56a6d2ec3f6
|
|
| MD5 |
8154db93ac06f601989be75f9450675c
|
|
| BLAKE2b-256 |
71821d356e472ee70b41cd8486ee5960c8793085e4e700721df6b78d68662528
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a11a9f94d94eaac94073e2204f1afe3e36ff643f5ff94620b71625f8143cc6e4
|
|
| MD5 |
21e5caaeed0aa3987b20122f23eaa2b4
|
|
| BLAKE2b-256 |
6c84e29dbcf5f160c073d6c6d9dfb9b650f1346916da95879945b0ee224bbbd6
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9233523b7f0a7e8c8f72f47468fe33e26058352c6aac8e47ce02a72480251599
|
|
| MD5 |
5f1238339b8d8aaa97632d3ee4c1d113
|
|
| BLAKE2b-256 |
13a0902e82eabdcee944cb00cc181283550894325e314f91bc11540dfca5f160
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 935.7 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88115f272a0cccd4930c69f508aad04f772e58411c754f63a997ecc4df0a0810
|
|
| MD5 |
f570a107ba476493d7055e083ddf8bf2
|
|
| BLAKE2b-256 |
c53727f4296d6e7bc0ae1aa78f53732d07fdf9a48abb8eedf0daae65254a7c17
|
File details
Details for the file syllarust-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 983.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
586c71527336849eb033a288a547da4092e632a53f374373c3dbe79e29d0bd1e
|
|
| MD5 |
21157bdfc83771236f7f6c09da163998
|
|
| BLAKE2b-256 |
538c3cbd8f0d2c29196d5c1a167abd17ddb60d9bc7697634595b11366a9756b4
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93c980896350c902783336b437ef962e28c3b086e33dc2b3e31d4088190edf37
|
|
| MD5 |
86e597a053cebc2c35298957ba526d67
|
|
| BLAKE2b-256 |
66a4ec81fe01d8f708384295dce24212437f1b5ddf44b9ee4b5aa6412e27a545
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-musllinux_1_2_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-musllinux_1_2_i686.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb15c91c82227c63ab1c78b8b946168f9ad918c57145cfc73cfcbf3cabf52b63
|
|
| MD5 |
004a52bffd04e47f9d4addf0ef1439e5
|
|
| BLAKE2b-256 |
c082118f97dd6e5f53876663919839c930f43762f5738014c0a64c89c2bff85f
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f6d9523faddf80e4d3c7c57fe0d04972211985f9dfae705c592aa13b9b1c2d4
|
|
| MD5 |
d88ffa3afd9958c194b6eaabd852ff1d
|
|
| BLAKE2b-256 |
06c83bac9b297283e4b1c77ef9e6e7e016c3d1587f7885de63fb4df6038c35b8
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0765fa80f6c62c1065e87dcc8719064124b01f1a3d49c23f1606535f2d354927
|
|
| MD5 |
4b005712854944eef6c2365d6779bd17
|
|
| BLAKE2b-256 |
6ec481bef1184fcced221224edca0fe0781060f5cf0a84c606a326b070d6523c
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d138e3ee7c8f0aa8d0f5e28cb6678587d9ad1e1bbf0eb964b3ca24799893495d
|
|
| MD5 |
bf513e4cc1729108d00d02c642f7d999
|
|
| BLAKE2b-256 |
822fae931609a2ca68e35cbff7abe82f80d4d848becd89e073f248e09a6fb477
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b02ad3c4720519d362c263bb902920d3b0be113a33742b2960e369bdb81eacf6
|
|
| MD5 |
24c2dba2c7e2996262e1c0cfa1b810cc
|
|
| BLAKE2b-256 |
de2ee53c9544146acce91f311fd30b035c51ce5a849681060d17b16f12d40168
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.2 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672cd366dc5e4aea9057419e0aa85dae51ec4dda8a625dd92d6f809ddd4a0946
|
|
| MD5 |
fbb16934594e55af52df3ad58ea8c7bf
|
|
| BLAKE2b-256 |
08c6915d007f2ae70f442e7fee24eb35bdedc4be32a73820e63a19545a846737
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7e6067c578b153c515093c8f10ce213039538e3608527c72727cd1851a7bed8
|
|
| MD5 |
45eb2b2cd458f36e26bb6554d3dac3ae
|
|
| BLAKE2b-256 |
a84ee692818983130141335c2fa0c675a7f621f48ee326035d789f463797cb37
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 935.8 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ca12609090df389af3d321169694b2f64ddab20ee23053a6692dc7d33cbe88
|
|
| MD5 |
bc464911ff631f473407fa52801e604a
|
|
| BLAKE2b-256 |
3bb67991c35fc25f7f095ae72b420ccf615c6073688b276eb2507998c2250f62
|
File details
Details for the file syllarust-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: syllarust-0.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 982.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.8.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a691ed7416690dc4b59bae374e27561dcbca7f07015eb54d084ce2719af040a0
|
|
| MD5 |
a7359ecb7b177434b68c3dd16796d682
|
|
| BLAKE2b-256 |
5b8c64a8d0627f69c5381314dc12cb5393b1d3f048e77b1337ca9444f3523828
|