No project description provided
Project description
regex-rust (regexrs)
Leverages the Rust regex
crate with PyO3 to create an interface similar to the Python
standard library re
module.
pip install regex-rust
>>> import regexrs as re
>>> pattern = re.compile(r'(\w+) (\w+)')
>>> m = pattern.match('hello rust')
>>> m.groups()
('hello', 'rust')
>>> m.pos
0
>>> m.endpos
10
How to install from source
You can use pip
to build and install.
pip install .
If you want to build manually:
pip install maturin
maturin build --release
Status
Mostly incomplete and likely very buggy. I am using this mostly as an exercise in creating and distributing Python extensions using Rust and PyO3. It's unclear if this will ever be a particularly useful project or not. If you're looking for a complete and performant regex library for Python today, see the regex project on PyPI.
Differences compared to standard lib:
- The
endpos
argument normally found in there
module is not supported inregexrs
for thematch
/search
/findall
/finditer
methods. - Some regex features are not supported (because they are not supported by the
regex
crate), such as lookarounds and backreferences. - Not all flags are supported. At present release, you may use the flags
IGNORECASE
,MULTILINE
,DOTALL
andVERBOSE
(or their shorthand equivalents). These are translated to inline flags and prepended to your given pattern. - Until a future release, there is no cache for avoiding re-compiling the same patterns multiple times
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
regex_rust-0.2.0.tar.gz
(10.5 kB
view hashes)
Built Distributions
regex_rust-0.2.0-cp312-none-win32.whl
(641.0 kB
view hashes)
regex_rust-0.2.0-cp311-none-win32.whl
(642.4 kB
view hashes)
regex_rust-0.2.0-cp310-none-win32.whl
(642.3 kB
view hashes)
regex_rust-0.2.0-cp39-none-win32.whl
(641.3 kB
view hashes)
regex_rust-0.2.0-cp38-none-win32.whl
(642.1 kB
view hashes)
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62804a5f23423e9b7646de9c0d9167a3818376d5cff0c94aa2cdfb68d23cea10 |
|
MD5 | cd960b75545159f84f06c56bb7b13903 |
|
BLAKE2b-256 | eeefa4c57a5119b6e3cbb3c19740ce086f08e92bab5d4ad134d296c8438827b6 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6614413c6400062665cea76b192bc56c427021ddf53bd318b9e7ec6a831b0913 |
|
MD5 | e55cf7c52594093b1955057243aa8e87 |
|
BLAKE2b-256 | 420cb49602749c2fcb017ebd53f0f11bda22f86bc0b049f7f823dd67781e88d8 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c50c71a807d2d58053aa0155911a17093f6d12addf2d16666986158fff7e9f2 |
|
MD5 | 1871b34403811839db1e704cfccb0911 |
|
BLAKE2b-256 | 8b6d9fc1fab955321d13c8740345c8662c3e9e3a8f26b0eecc5e820e3ce01731 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f703d36efffbbcfa1dbb354de2668419903219116f5c170823b7e758f293eb4 |
|
MD5 | 3b5bc581b0e23ea8173dc4c4c84b2584 |
|
BLAKE2b-256 | 9a5531e9b47ed51a776a30500af613ba9fcb3ce35864edcb110a0ea45a7faa26 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc8a67a1a3bf5919ad26f6cf5dd66e63cd9a5fa79a0e05d36c512e6f3f2d78d6 |
|
MD5 | 0114d58d990d2464316a025e13358d1c |
|
BLAKE2b-256 | 3a7a86983b5becb18b90908686c75535b88a955711c701a47cd182b6cb7d8dec |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0560633cb847b3490b7e01086b57acbfdd4db1678aa56fc03e48dff221105661 |
|
MD5 | 312820f812b03218a5271ca7ddf83006 |
|
BLAKE2b-256 | 435c9c0f34c4c5eec9c2b7b26146627ea014f8772d795adf87acd23c25cc9a84 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 439123c93a0d307937d37f84ff27183872d71252b3265993b782202880838759 |
|
MD5 | 9fcc6067d5b7a6647b677bc70f2914e7 |
|
BLAKE2b-256 | 4797e5075086b8728e691f9927eb1a772a2d11c66435c6a381c46169374321f7 |
Close
Hashes for regex_rust-0.2.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bccd6d7fe140c77fa958bff1891300abc32646e62a5c3324dcef3a743b028a5 |
|
MD5 | 136cafccce187f0811c45c6fb257bbc9 |
|
BLAKE2b-256 | 68a185b11461655dfd5834824f5eb46c093c036be4dd788e3cd796a40d2214dd |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0713dd0995d39e7f81c8df59d78912724e857bfddafdf028d946c3454fbd97f6 |
|
MD5 | 90d1b10436afda65c06024936a275a3e |
|
BLAKE2b-256 | 4b516763f2d5ec9e4f6fe9d266f1b260bc9a2c7fdeb6fdd2c459dfa58544d547 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 832f7b0c3f0b4cc9d6e6cc27adef743a8820f977cac874310db051b980803d74 |
|
MD5 | 75330aa0096f5bdf8d7859063ef7e17f |
|
BLAKE2b-256 | 1f7a19bcc0eaeca58c2df750de7f9b707037fa5bb6513bf1bbf801be61cbf2d6 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 443e6446f49317e098aa98c2fb7e710591f4565ca12a4e1dcfc62c63ffcd3f1e |
|
MD5 | 76420e8873384cda0b6c80370d9d59b6 |
|
BLAKE2b-256 | f82ab37858fdd36b56e5f981e7ffd4c9d74bfb6336d55febf47d035ae3c6ebe5 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 401c619e5fc62dd74bda66bdc1965730ace6738f87b941f5d19cdea56debb313 |
|
MD5 | 19aefd4afdf3afb750ef403a6f2dcf06 |
|
BLAKE2b-256 | 795fb71583d75d5e26f459dc04803821336466407730bd937f2d998fc2a8b8a9 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5d8b63f8b8814be225aab3cd8a170c3b9b35cd8785864676a6c3e797e672b1f |
|
MD5 | 72a300434053b5a7591d1c856fcc8c1a |
|
BLAKE2b-256 | e4e45ed60e38a7963670e8e668a7c84affa916987fc147663a367ba22d94a786 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1c76fca789214f3f292f43ab755ecd02827e28d3609821dd7853aefe4070217 |
|
MD5 | 1fd34f6123fd3b6795ff008870230036 |
|
BLAKE2b-256 | c3fe76fa257c652ce042ef0f49a6f9cfe471c497ef97c8aaac097e160c12463e |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 805f303f2c8f43ea933e31cb3e26bae65561f3ef94fd53ca4fdfd7515dce4c2a |
|
MD5 | ac5fe451618463ac515824921c6725b9 |
|
BLAKE2b-256 | 7aff20256794ea05895e7ceeba2321481e9cc9b2f3e3fad3052357bc2b818cd8 |
Close
Hashes for regex_rust-0.2.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 138418b174a41d4d408b26b42df6c260861acb03a4e55eefcca84ce199b0cc9a |
|
MD5 | 0e65007e60eb404196e798850d4b5284 |
|
BLAKE2b-256 | d005106d1d2900a5b26cdde7a3444ca89da07747ca2fa2aa9441c4a9e74bee2b |
Close
Hashes for regex_rust-0.2.0-cp312-none-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b7826a5021fcdca8301a3fe708c8ca965e99ff79f8c463479b3b87c10b016c0 |
|
MD5 | 69de16775830f5c6fcdb637c5f7b0be6 |
|
BLAKE2b-256 | bf76c5b71f954fc47f82311d2cde169c1f12af7d21726fb134a89518118a9142 |
Close
Hashes for regex_rust-0.2.0-cp312-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53815a2566817c3b9a02bbff373d66a4ab362167ea53108843ec0546fcbaef24 |
|
MD5 | cd6963b6273169a1bd566cf0a998afeb |
|
BLAKE2b-256 | 53b275929bb049baf4d29567341a1f34da749fe80810bda6642138a29143af51 |
Close
Hashes for regex_rust-0.2.0-cp312-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e27f35e4a7cd7fde77c426e669c77ce3025b273c702eb948df64f17d078a4a9 |
|
MD5 | ef753cd66c1cd7aa1504d209c6ce650c |
|
BLAKE2b-256 | db06d9d272784c9914945d033ec5aa7d01c09ec53767a5d7b05e92d21b2d7791 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fb3da85a1f34931327c6e7cad4d9e45d211fe640dbf100b7cd37cda9a08a5b7 |
|
MD5 | 8cb5f8cdec63379251ca5aa2df15ec84 |
|
BLAKE2b-256 | c09e938885b193a6ae01045cf91a3da4c025bdeae403809bfd13cc04616fced2 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6755327d7f8c728bfb5fa72c7e97e348eea39a0c0f0b48238c40f6ecf7cd66f0 |
|
MD5 | 0a1b7c6120ed9a43c3e973baefdc91d1 |
|
BLAKE2b-256 | 62141279d39eb195badaf9a96b1802b38ba79d324771b848b6b5d30ddeac875d |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0564a591d39288b99bb74f19dc3ca70edaa8183a53181fde7685b422c7200f3c |
|
MD5 | 4073de3b6e91b4719d8687abfba92e0d |
|
BLAKE2b-256 | a1ac22a6a4f90a628c9ea15bf7e217a4eb229afa7b460b496683e779d137185e |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ff2cb168667691bfe690141a4e3b3d9f4c5d665fb49167b791a55f1ed26b0d7 |
|
MD5 | 14a1ad42107a12f68edd3f127a4b9756 |
|
BLAKE2b-256 | 75a251a32d352488a4d10ee9a56f6e353abaaca60cd755a9f119c294bc4eab18 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ccad8718f18b0aa1aeecf402a4cf0d1d17e3f2f54b8a36c582377dee768276f |
|
MD5 | f5338081e1ea200d64ab7848f76ccaee |
|
BLAKE2b-256 | f9f6c150f35e8d06980801af00affbf0b62b61269ccc29d54711d068d8b76eb1 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10604d32084a8c65b47e81bc6903de1bf51e996f83d5fee19154b567cc7d118f |
|
MD5 | 40e24e20ae22d38942efe3821e4ec264 |
|
BLAKE2b-256 | a8102f131a2cc0b5c58ab1cb95b5cd6230c29fffbdd0b59b102a9f4a77bd879f |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55809f0dc182337c50616a60fb9cf967fa4ab5d86f9222f05fda39442cf1ed3d |
|
MD5 | dd2e7b8331e69b241653e751aaef1fdf |
|
BLAKE2b-256 | e63a28a8339c31dd3802b0e8e7c28b6ed45f89aeebf4e00b7a3b2ae8c44a36a6 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f746de74baf09909d584ca45ddae4a9f1cea8f0ecf22e3c459b4a454f4801dab |
|
MD5 | 972a22bede9f3f415a5e9f2ba86395ad |
|
BLAKE2b-256 | 688ffc333773f96392e6234451b98050bc983dc63b434d8f655213c7cc5b5b09 |
Close
Hashes for regex_rust-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd1de1ff100ba2f26ba540434ec4419565cb401022b022574f7ab3c86a3743d2 |
|
MD5 | 4702f0e5f1b12a9e23a70baf6fa7dcba |
|
BLAKE2b-256 | 1cdee5e022465d0dc6abef63c569ddff51b51813300b8cdb8993e67a820e2fd4 |
Close
Hashes for regex_rust-0.2.0-cp311-none-win_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5d65605b72d0c698afcab4c930a1a3a8d8f87a714c216584db1c91359032680 |
|
MD5 | 56a9776af23c8d35ca92223d161de606 |
|
BLAKE2b-256 | daf6764fc3a2f432ad6500ac9e8b6a631f14b4374b30de45e1d57a12d52ff111 |
Close
Hashes for regex_rust-0.2.0-cp311-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9657330ebc385f9863187885b3985a9cb98b34a7f86d6c86d4cabdd996ed02f |
|
MD5 | 868b205a4093faab91be085c51a65d46 |
|
BLAKE2b-256 | ea8efa9faad35102f075f31105b452201c170aca7ba101122cb8888967669fdc |
Close
Hashes for regex_rust-0.2.0-cp311-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ffe7794ad5636092fb83a0f90f0540370f5ad3da0230dfe1c2fd09ab7faddd8 |
|
MD5 | 4083b1034111e141e9a331b7e39afa44 |
|
BLAKE2b-256 | b919fd2a001a67506fed0bcc995a01fc8e2aed45354cce512e418a0681eb4cb9 |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 567755731e3d440e08a07acd4edb4fd71172173b08794c0f9cfc5dd18b14398c |
|
MD5 | c4c90222883ac062b0f7ac75fca06cb3 |
|
BLAKE2b-256 | 3837c9400c60d865c7ee0642cabe4adcd0c898929e0553593a75225e0d85d07d |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08424846731a2621427d1aa311bc9d74cd1bf478c653e2affb1a65adcfde61f5 |
|
MD5 | 977489756ee48ba00224925bdd123101 |
|
BLAKE2b-256 | 40c50826fd1ede099ec0b36491881e66750332df99ded9c1bd93ecab1480b15a |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a38443b8dd5ca0e8789a84c05560e20f8c27aed1089e14095d138f63e6c5a179 |
|
MD5 | a6fa560785e837fe6a88663024951d12 |
|
BLAKE2b-256 | 84d8e0e4b2c641dde738198c26c57d6c3da1067d3b48de023d005dc1df473d69 |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31fd5fe330e8a5d0424fd034614e71300536ff3e71ba900d99e8649a38752c0f |
|
MD5 | bcddf500bda382d0b01a344a65e06bca |
|
BLAKE2b-256 | f07e7f22772b1e764069612bccb8ecf054f77b444ed1e3e902296c7f063eab8a |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38e29722e32f50fd0eb0802cb1594195f583c32c91e161aee32388f310ca30a6 |
|
MD5 | 2c05193fc6e8cb34429db1ce4e1da550 |
|
BLAKE2b-256 | 2da9e8af9000bd123279c8fdc626b22f072b05a1ea1cfea8f8f20f21fa9ad43b |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 566edf743a25b5085d0b2d0f25f733368b18da9ed13417e25383a34aade35b5f |
|
MD5 | 0a09125eaf1bc8bc3e1d774eade39b0e |
|
BLAKE2b-256 | f6df4b752c677c25317493fc51f378b3502782567e3485cbfa51225662da68fa |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ead487b712cad2cfca27b657ff1a0f146de6e201c3dc5402cbb51247d5caf3 |
|
MD5 | 56637649df63aa339a0183a6cf0141c6 |
|
BLAKE2b-256 | a9f6adc2abc80ca8507dea64536b7feba617f8f2eeca66e00bc87f26fb031ca6 |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | be22b9f9d4f6ca05f080a80abb56dbd67a3418075c0d7196a35d2a944dd51801 |
|
MD5 | 7950d45395caf02b6a8c470dd1458892 |
|
BLAKE2b-256 | 094378e80454ede3e246fe4e09ad417911d2ea39069d2bdbf234ae136c734f49 |
Close
Hashes for regex_rust-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55d27f116a61644873bfe895ff851b30b124d103f768464d22d1d6d3eeb084fe |
|
MD5 | 300b8002e53905c4a468530a1f0eb9da |
|
BLAKE2b-256 | d88fe1256b7bfd6c477da971aae65105f7859bed55712fe7998bab9522d2e752 |
Close
Hashes for regex_rust-0.2.0-cp310-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fcf1bdb0c6837b648ee04c982e681f9804e422fcf7464297fce532c262a0044 |
|
MD5 | 78579781ccf77e551c07e504e5cb1e90 |
|
BLAKE2b-256 | f58029675bbacbbd1878e66f008419165428d8fe5d186d68e42ca150abd74aa6 |
Close
Hashes for regex_rust-0.2.0-cp310-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29a69d9953739e54c0a31263ffc936ce6c38562b12545cb9033561162ed024fc |
|
MD5 | 1f329645f63b0a836b0e3dd3d653510b |
|
BLAKE2b-256 | b9e4a12e4d326d93e3d41867b3c4eee62fd13dd6243a5a2a6547551f72d7ea23 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30f5123c2caff895b6a359fbcfaa77b0aaaa0bdeb96908f682f5a79b428862d9 |
|
MD5 | 53d6c80510e67403329b38f71b942f00 |
|
BLAKE2b-256 | 4cb12cb4ea01682d5e373cba284cc450f6aeb166dee648ce86a1031bdbb44fab |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a9f8c96066ec4b166e7436121887b865b9b590b0c0d080b793ccdbd2c7d3390 |
|
MD5 | 473fa07e1fcfa17ea11bc904dd46bd02 |
|
BLAKE2b-256 | e36becee86fe5b885023da9df62b663985ca71f39ade860672b327a13ae243c7 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 873243f153c2f0ad84d07c4b8b68c450522b724b747535d098d5cd5d58a3a9bf |
|
MD5 | ce8bd10c0bab3f92094ea61612ea3653 |
|
BLAKE2b-256 | 90075262ed263f3d3a951b7093cbed5b2feacd98c84d3445c526bda46e83c0f7 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1cffd6c4413fc1ecc82317a077af4ea7e058ce7795c2c45032e786049beec89 |
|
MD5 | 66fac0dbe59977965cabe199520a635f |
|
BLAKE2b-256 | 7de6bf8bf51878bc2d9bf758428514efc419415e48f97d1eb0d28e4381c2d705 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19b550241d0dade64e2dc184e3711d7ef2fa65c93c1546e9358e1b9c881ff072 |
|
MD5 | 2cda82c9621f6ad9622fa8ceb3191a1a |
|
BLAKE2b-256 | 89450b3d32d8ae4fe3740b7911f3b3e1d2d263d06ff11761a22bb09e025a7632 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0903dca5b7d0868651386778dd42edcf6a1ed45c2addb5712cdf499c5737957 |
|
MD5 | bb892b2d261f0d31010412e9e1b7139b |
|
BLAKE2b-256 | 64e4a8309b69b344ab02e1f7fe3c707b08360743b0b394ed9adafe630a995b55 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dc0bf7fac331cb33fca84a18cfbc688ec1e3fd34972a080c2fde0cf78d05e41 |
|
MD5 | ea8b19939f6a28b3d95f9666867200e0 |
|
BLAKE2b-256 | d878db5cc56a742450d8ed75e1723e88625f232cd7b2aac7960a9e4e6808d738 |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae4f58f9db902567ca130204ef8eb34fe559ddf4840d1e698479927c63815446 |
|
MD5 | 9ba5e3bc5c5e42edb556824f27c54aa9 |
|
BLAKE2b-256 | 1797ca5dc949fc81c2ae925934b221a98229d5708f0379ccff4655a28219c0ec |
Close
Hashes for regex_rust-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2157e7257ae71c80f801e6f8855a302e15b01843106d4f3b826f596bff6cb392 |
|
MD5 | 9c412dcebd71feccd63c81151290b870 |
|
BLAKE2b-256 | 9d5a0c17b73a70327d85ad6ba9acdae86474515095810614e1909ee8697aa4eb |
Close
Hashes for regex_rust-0.2.0-cp39-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1218f4c7b50da18fec1867bf5ec7e221f149e420670c753b7bc4563e26602c62 |
|
MD5 | 2a54f6968bcf8887a3ca2068b5c6c546 |
|
BLAKE2b-256 | a04b7d85575efc58f83b04b05a3c9a6f320714721809a33a47f2025379add5e8 |
Close
Hashes for regex_rust-0.2.0-cp39-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16b53e75e4b1eb497c3e3fd91a606e124f05f60805619f1ac4b5cca4a1fbeb0e |
|
MD5 | 18e338c530385a813ebeff5e64261c6f |
|
BLAKE2b-256 | 66bf382b2aa71cc13bd35364b59f18f35d3acbc9b6d423d00292f450ffcbeb42 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3f0551f29ec91410533363c144346e0790916e84837e9bac11fc66403c4763f |
|
MD5 | 0d4d302c36f2bdd426b1828dab126c5e |
|
BLAKE2b-256 | 37c913180cb1f83840ba6ef2da5ce03114bb7efa7d2a11c2006aee2fa9329c4a |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220f01c02f59854774ed73924c8752bded05096b398864465e96501d83a34fd6 |
|
MD5 | bdc5f33d8b71c3c1d88ae5ce009b2bca |
|
BLAKE2b-256 | cdd195beb733960e87740a0496a3dac774cacf590d83c13b896cd6284f24a805 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d48afe9d60b50ede99a223ec7a45b0ba3dd3e110041ce59dfe4d5241434141df |
|
MD5 | ae55fade31122c75738f71666888de40 |
|
BLAKE2b-256 | 63c2329669c50c21873f4985c0a81cd2b90f4931002fed936cc0a74bf50c287e |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 069712afbb711dd5a549894de1435569974dfde2f19a2c94b79b39093bb0bb88 |
|
MD5 | ca059c3cea0bc6db25fa089fc9ed1d58 |
|
BLAKE2b-256 | 0e128cacd7ad3f813dd67e83dcc3770c402c0bacd2910885f5ec7c8ffd808eb6 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfbcdaaddb7a2978bdcf721658bb57cb10cce74f391510ed86b3382f26724c87 |
|
MD5 | 525cfebf56009923ed096dfcd357b376 |
|
BLAKE2b-256 | 7ac2d06ea3b0c26bba305c25111f00e541c6f0fc1983716acb3cc3a189f22a90 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d31bde2b07953a71b4df79ffffd022f1be36b6cccdf1b414f91d15e043adca |
|
MD5 | 37c6a8302367e88d94ffd33f6588ed03 |
|
BLAKE2b-256 | 543f155efbe2c6d97a1216c785ff90f336c39e740446cf67308f9dc9fe7aeb7b |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d904e14cb186e2fcc60117d43229a6eb43860c3bc6e6048dc752bf3b88d4f32 |
|
MD5 | 88478d805bde5be208d19ac122f9eb55 |
|
BLAKE2b-256 | 5ed5ffc9b99f80b195e02f85b7a1bcbdfa2ccdbbfb77d9d1d8bd98f6c3ded6ac |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb1c9d9dcd0e6e3b0c4d3ba6285ef7c6cfeeb2c4826123452c025720c08f001a |
|
MD5 | 1ff55226dda2102580206634c060f13a |
|
BLAKE2b-256 | a89a9030634289856f797e6c53e75efd402a65845d40f443582b0303d427ade3 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26b19b70c1062432af37d395d0c8549bc25ee6408d658cff955d8dfca80a20e9 |
|
MD5 | 10ec7bb82985dea7eae22c19eb3efc22 |
|
BLAKE2b-256 | 51c6a0fc5c07b2ad5c4ccd1aab6c83b7fc950f50799fdfef8d95b43075564c35 |
Close
Hashes for regex_rust-0.2.0-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87b9a711078ed24f4b8cbbb76fd26f8e3b24a2d8d98a12e0b5a4a189ae476629 |
|
MD5 | 2098cd3bfa35a6be92c1213dea4e1d06 |
|
BLAKE2b-256 | 1ee7b9cbc181a609b02cd1807adbf7414f89e1b82db15a03209f1fc736c25556 |
Close
Hashes for regex_rust-0.2.0-cp38-none-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a6ebcdf7b6e91513e3362f5d31310cd9461c39b8684ee94bc3b1ad5cefb01f1 |
|
MD5 | efa8195860d0151250016119c6c069ff |
|
BLAKE2b-256 | c1bbb0117828c803df05956400a70d314ad786121fad0601b8efd0a1c6d0d93c |
Close
Hashes for regex_rust-0.2.0-cp38-none-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89f53a204b24250b76c72f8fa6e5d566166ad1551ccb0fbd6f90c7777f3ce795 |
|
MD5 | 7cfca740cb8babf1519d797c46e3a786 |
|
BLAKE2b-256 | bfbb2904b3e1edcee9c5dddbf407fcbc5a746c75d97c82744d24cf0085f669bd |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0113a7c7332a19251003d5a8d7275d7ad7b781e9365b94e022241004296d2894 |
|
MD5 | aa543a07899a6d5b45747b6b091f4739 |
|
BLAKE2b-256 | fce2f24730e702b53e8a9c3ccb69a89e6ffec536a60576ff4aca2fad1bb59faf |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a43e807b4d88eef1981cadc2cbfd0ffd84c8e6eab1df611b45a7603c511860aa |
|
MD5 | aec43c67145bb28f9ea5b4dbe5e40d66 |
|
BLAKE2b-256 | 55c2e0bbec704ebcaadaf189b4231e000ab4f7551d36038713b878caad816c34 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1402b00ff2099f627afc3658a3db28011befbacbde81c0aeb61c5c2a0b702b1b |
|
MD5 | 6188715fac99814c89a2c9fb5397aaa7 |
|
BLAKE2b-256 | 6d2055632e08d63fbd40208bada77bbeb8ce98ecce453c79a5c2b29b561f2e60 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4012987c1cce9cbc59110718c80d8783088b6a99f84dda031f3e4fcb64c6c078 |
|
MD5 | 26e53a7296d504cea086c7b44c910769 |
|
BLAKE2b-256 | 1ab882b727634d87f98bb686dad151759f41ca0c10ff72aada886b911ebfb76e |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a17041b5c76572198c69c2026b9f4235f0f56eee2c1410d6908507224d7f5f8 |
|
MD5 | 6b6d21012b9d023cffb7c71ca269b514 |
|
BLAKE2b-256 | 33e2945484086387d12b66e1e7994c8c4e11b8ab94f27ef493e3d40a8dd1b986 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157cca276ad519f855f059e2bbc7be9d10b96c5a06bfd32d0c19a3a243e89ae6 |
|
MD5 | cb85e7c6a48392ec1d94b31185ec68a8 |
|
BLAKE2b-256 | 3061cf2d9e01344a439085b148f6542d18a2c9429701ed9a0d1290e280113d05 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb8f83e67bc150a63dc2b44a3a8e4563dcfdea320be573678ea33a672c55a36 |
|
MD5 | 3ed2a0b5056d3b46612405f9ab7f77de |
|
BLAKE2b-256 | 04987aa4ab2e61e51979ada23187ca0ba441edac6e070ef703f005c6d20bcbb7 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 863e6564142ba0cbb81732f3d517a0fc0bdaf6e4b3c04e93e81d227e12b76c83 |
|
MD5 | c12ac9c89331327e8f3a92b944a37d09 |
|
BLAKE2b-256 | 12f43d1ee538b8926b26a6f5f21d5476f55f0b6cef6b1947041456bbad235ed2 |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9113189d8e55741d651e7e3a60e185dc395efd3cef216a3919b4464fba84324d |
|
MD5 | 85e21bb12a6c14ea53251edadb1f4e2f |
|
BLAKE2b-256 | 29b2154058f311d8db15faf38420b63f65ddcaf8e5ae337d97f18852807dc8fc |
Close
Hashes for regex_rust-0.2.0-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fe2bc599c605563ef1a36a77caf2795b0f80d615939249ab59909c830a44abd |
|
MD5 | fd8a54d1709b44a6f7071f666b245cb3 |
|
BLAKE2b-256 | 00a50a09da74563db27ed1d24db6f198402c8a20e80e5349dd85d9554d7e7a9c |