High-performance Rust-accelerated drop-in replacement for lark's LALR parser stack
Project description
lark-rust
High-performance Rust-accelerated drop-in replacement for lark's LALR parser stack. A faster alternative to lark-cython.
Installation
pip install lark-rust
Usage
from lark import Lark
import lark_rust
parser = Lark(grammar, parser='lalr', _plugins=lark_rust.plugins)
result = parser.parse(text)
That's it — same lark API, just faster.
Benchmarks
Measured on Apple M4 Pro, Python 3.13, median of 20 iterations:
| Workload | lark | lark-cython | lark-rust | vs lark | vs cython |
|---|---|---|---|---|---|
| JSON (3 KB nested) | 4.02 ms | 2.39 ms | 2.04 ms | 2.0x | 1.2x |
| Arithmetic (deep) | 3.22 ms | 1.98 ms | 1.29 ms | 2.5x | 1.5x |
| Lexer (10k words) | 28.66 ms | 16.50 ms | 11.44 ms | 2.5x | 1.4x |
Reproduce with python benchmarks/bench.py (install lark-cython for the three-way comparison).
What's accelerated
The Rust native extension accelerates the hot-path components:
- LALR parser state machine —
feed_tokenloop with pre-compiled parse table (HashMap lookup, no Python dict overhead) - Token — creation, hashing, equality comparison
- Scanner — regex matching via
fancy-regex - BasicLexer — token loop with single-pass newline counting
- LineCounter — position tracking
- LexerState — lexer state management
The tree builder, tree traversal, and error recovery are implemented in Python with full lark compatibility:
- ContextualLexer, LALR_Parser (with serialize/deserialize/on_error)
- ParseTreeBuilder with ExpandSingleChild, PropagatePositions, ChildFilter
- Tree with iter_subtrees, find_data, scan_values, pretty printing
lark-cython compatibility
lark-rust is a drop-in replacement for lark-cython. All plugins supported by lark-cython are supported:
BasicLexer,ContextualLexer,LexerThreadLALR_Parser,_Parser,ParseTreeBuilder
Requirements
- Python >= 3.8
- lark >= 1.0
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 lark_rust-0.2.0.tar.gz.
File metadata
- Download URL: lark_rust-0.2.0.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97de74cbe93209b84ac917cfec822ee2e7713d423f635550bcf6ff908669e7d3
|
|
| MD5 |
3c12d598c953d342a095edb49b9b5e02
|
|
| BLAKE2b-256 |
c01d1b9aaca641d582d1daa9004130b153076bd6bc9452155c4e92eb3dd0f724
|
File details
Details for the file lark_rust-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 943.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca1e0d7ae9af6a0f67582685b4ed1a351615c6a9db0d395607f25fdf26d6db07
|
|
| MD5 |
1ef6200f5ac4060e636ea6239085b38b
|
|
| BLAKE2b-256 |
54388cee6529a27cb3e8dfe8bf87090c8262bcb910d25c8488b460be599d7e29
|
File details
Details for the file lark_rust-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 888.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
701fa2bc26559b0c1d47c61ef5a7b8d9ea02d8e8f15ae424a1990e39bd57efc6
|
|
| MD5 |
d56d04f4028ff4eed864469c50ca0d06
|
|
| BLAKE2b-256 |
968212bae185ab1f719459b3db7e1ce09e885b2db2e5ba7c12588d68c00dee14
|
File details
Details for the file lark_rust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 888.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7290901d4d0c9653e3315549853865c8923542df2d26e2861c4896b487faf7b5
|
|
| MD5 |
434b1fd24710f7667b81fd6ffffc3682
|
|
| BLAKE2b-256 |
885913abcbd7bf30f759032bda94fdb3370ee89df960ab815108a320cc184d04
|
File details
Details for the file lark_rust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 888.7 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a73cac71cf873586a63ab003484c14eb54ce78a7ecabf5097b8313c9b7df9b1
|
|
| MD5 |
ea40472069eb32ad1e8e1393355674f0
|
|
| BLAKE2b-256 |
4087c4226f2a8069f454e865805fb91c4588325f48d7b6f8e6b5c7bf64225479
|
File details
Details for the file lark_rust-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 882.8 kB
- Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4b878756f65e486f41401a0ba3ab904a17643c767779b835db7662e7b28bf81
|
|
| MD5 |
3606d8f03dda361e7e09bf9860fafad3
|
|
| BLAKE2b-256 |
bfc1415c5912eef83fdc7fcccc96942eaca8cc0725424938e644e0f0e03df1bf
|
File details
Details for the file lark_rust-0.2.0-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 880.5 kB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae5d436614be5660ff6874fa5b0ce67462c73539bd2c431575aca281b090e12b
|
|
| MD5 |
be942b5f04357571e52c16afe5e7901c
|
|
| BLAKE2b-256 |
b66ad3638c056a1ed49528e3f94cf3ce0cf62100f5bffcca42c34aa94d986543
|
File details
Details for the file lark_rust-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 943.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71945f78e0683c76ed665f92e5e2a6ab49e09772f9825a0d0d4538bf87d7ac4e
|
|
| MD5 |
82c94b2c497f2c600989d6372662d7c3
|
|
| BLAKE2b-256 |
98ae1a9168ad38a4bf77aa13217bb704be1eb1b9cf004eb055242278843e5f2c
|
File details
Details for the file lark_rust-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 888.2 kB
- Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae1b72c8bac48f72f4a85f5144de64a2e0658b895fb1a34f4e56f808369d06ea
|
|
| MD5 |
b62c8b856ec619bd99c5352897b68f66
|
|
| BLAKE2b-256 |
9d4e6b4dc055ededf49484c178ba00840011691ebdb1418ef142019ef720a30d
|
File details
Details for the file lark_rust-0.2.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.14, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d0fba523153b26f61a60c3ea3a93f368ae3e83c7c0b6a73a12c4b8d56c09f00
|
|
| MD5 |
4340f00d49a3f61352532a58ed53d075
|
|
| BLAKE2b-256 |
579d28169f29493d0dd2b0481073c159d95cbc0e0dd72ea671756dd29c9f055d
|
File details
Details for the file lark_rust-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 882.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f0767eaa1a6c336014b377c41a7e4b6d1d8b9b6346aee7896bb3a82cc72f324
|
|
| MD5 |
876b1af31f53830ed72370bf683796e2
|
|
| BLAKE2b-256 |
a8c69b3d6a02fea87e13831eeadc75c97e36eea5ca00f7f379884d276cecc080
|
File details
Details for the file lark_rust-0.2.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 879.8 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7eec7f30a03e7f724a71aabb2e1ecbb6c0f7b121cd98bb4023df9f32bf69d23a
|
|
| MD5 |
aef4f7078c58785ceedeccdaa52b77aa
|
|
| BLAKE2b-256 |
8e7f1d6aa494de22ce77d95946e194b15f27353e54399db9302e00cb660fe1a0
|
File details
Details for the file lark_rust-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 942.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e6276b61a3bad92e32be6b616f94c137279f6e7fa754bcd43f074bdfcc66677
|
|
| MD5 |
6302d8c4d12aba30d4266e3048b9f45f
|
|
| BLAKE2b-256 |
c1b64478a896c2dc9a028f4e651a4505dd6b57cdae8e97a69cf70d264dffcdad
|
File details
Details for the file lark_rust-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 887.9 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff40cdc4e6558b61d1e559b138f57e04e98a3b03b7bf3e304b64b25294771b04
|
|
| MD5 |
693b390bcbe16df7dc62d824079916bf
|
|
| BLAKE2b-256 |
cfc967e39a4727704c11893cd6c4fd68ee82aecf5bf0c716856e9f28719a68ba
|
File details
Details for the file lark_rust-0.2.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f98504070b4184a467d5b69be46c0f6a57e2d8a4385538847380be247d1fb9b2
|
|
| MD5 |
e654ff3bd50ce743f9ac5685a72f1f74
|
|
| BLAKE2b-256 |
4d4ca4c20407b8f495ce2da44d6da275516f78eb6906f4a5df555d8f09cad6f8
|
File details
Details for the file lark_rust-0.2.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 881.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6488eeb0b61af7a354accce2c73e60a60608eab777653ea33103619ae9364150
|
|
| MD5 |
fa2371add94d7f8a55b00cd0b047de50
|
|
| BLAKE2b-256 |
181c5e942b444342aeac8998a6a8cce12633a6fd158f1cdd457b512ae4cff92d
|
File details
Details for the file lark_rust-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 943.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37657eabba14e3c7c61298be2cb75b62143ba2d66b4173ef0bb630972bd977fa
|
|
| MD5 |
6b3d18f29772eba38060fb642735a8b0
|
|
| BLAKE2b-256 |
c6bd73fe8b36965a4bd11415439aeff1f448e7109ad4840c20d643cd656ac422
|
File details
Details for the file lark_rust-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 888.3 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13162b633bd0730fd096381344f0d6c5912c86eb021235b2924a567e0e727944
|
|
| MD5 |
bc0746536efb6a60731f88bc13c81cea
|
|
| BLAKE2b-256 |
b7580a14caad244d8e9bb77aac079c1461314845fb1195d8b3f137841b2041d7
|
File details
Details for the file lark_rust-0.2.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91d8fce366348aa9d6a1b15dcc98023c5235f2c806a3cfe09cfb309eb55855dc
|
|
| MD5 |
44b0c30fa0bd8611b214c184ed27ad52
|
|
| BLAKE2b-256 |
6577621ac62e900357a4cd0ad1f2402842e88dcdec44dfc4212f3ed3ee59c55f
|
File details
Details for the file lark_rust-0.2.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 879.5 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22667337d6daae59dde5785176e9c7559e1f687e501df1a7436811ce7f88ddac
|
|
| MD5 |
3bcf347d94d45070bc3e5f1a00cc868f
|
|
| BLAKE2b-256 |
fd8095164f0a5c4090c8fb7d05b4ef58ace411effa68558653c7ff9ab9457016
|
File details
Details for the file lark_rust-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 943.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
900e11ac3bb067f7cd96c11744e39b2f41f6afa61014d26fb48b2820e30fa05b
|
|
| MD5 |
e9fb2757541879c9429983acd50b7f1b
|
|
| BLAKE2b-256 |
a01d238f72acdc425dd27f0f6a6aa777cef7de6c8e89875a100d41a5c06bb7a6
|
File details
Details for the file lark_rust-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 889.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3334119956c94f5acde9f6673304c800e104bf716954624343d5215fe396a635
|
|
| MD5 |
61f8cdab5a1827af605eadef22103509
|
|
| BLAKE2b-256 |
4c7403a853af7b60db6147faa581a28a9d642097f71f60aa7cc498b27a121146
|
File details
Details for the file lark_rust-0.2.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, macOS 10.12+ universal2 (ARM64, x86-64), macOS 10.12+ x86-64, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6698be5a792db214eeb4dcd8b5d1a68af7886bdb4b9770ce72eeffda9201400a
|
|
| MD5 |
29527f05742877c1261646310a47e976
|
|
| BLAKE2b-256 |
59092c6af773576308f93008aabe36a0019f1588af7eb7618f3bc1af10a1fcf2
|
File details
Details for the file lark_rust-0.2.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 879.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f455f9f9f899c45cf2d6a1e1a8d879d2289cdee8bb65b5d22e7f0b77c0c283e1
|
|
| MD5 |
e7c8fa1a5862a5adbc1da3e600a6e0e5
|
|
| BLAKE2b-256 |
27a6109c01125d67aed770bae198e1f1e6dac65ae5dbd5d3efda82380d5c03b1
|
File details
Details for the file lark_rust-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 944.1 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22f14c2617a1303b269fe797b3ac2081c0484e4e22fab4753e9f4e183a2e501e
|
|
| MD5 |
488cf520467dcae88fc917bbf6916e03
|
|
| BLAKE2b-256 |
ec6723cfa0b4236d030db5a1c5c5e0a11d909c2a4d1f5e3845401a196dffc413
|
File details
Details for the file lark_rust-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 889.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e4fb98866a889ab3ce5014a9ddde5d75222ec442376931a55c00da69e86da92
|
|
| MD5 |
9c29105173c8f389931bf34487dc0b05
|
|
| BLAKE2b-256 |
2002658e5ffb333ac574b8e6d69831f5deafda23dfd99735b45295f1cf0df4a1
|
File details
Details for the file lark_rust-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 944.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0aa6c17e70a212d364e9f6655b245166746517d87b449f85f2f838d603ce4fef
|
|
| MD5 |
023a98cd17accd4741b42592b1652676
|
|
| BLAKE2b-256 |
2426d51c2fd6d7f00e40350fc9154c85e5734f9297890875a6380502f3286295
|
File details
Details for the file lark_rust-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 890.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbd8a3188a6606c4304f86847bff7df7d2fc84fae1a5b7c382a85f567ef844f8
|
|
| MD5 |
486ada3417e53648067a2c73339b9c75
|
|
| BLAKE2b-256 |
97817fbc74598ba811f36d41affebc345626ee9ff1b48c11117de00f1d60bc92
|
File details
Details for the file lark_rust-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 943.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae8c20ad18c8ca78b368ec79673ed4368bcc8e2d54927fce06c3b4aa6489533d
|
|
| MD5 |
662d2f24f3ca78816ed64ba5aae17c3b
|
|
| BLAKE2b-256 |
c112ee822f2b612053af7c6cb74548d007d40dd6decf6aa0181ce37818d0a3fb
|
File details
Details for the file lark_rust-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: lark_rust-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 889.0 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: maturin/1.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d512ccc533825a3077336297b7316964f29d7a0b41d4cb43a35cec8fbee22257
|
|
| MD5 |
be5bf0ecfd8f4d0a2177d7dd20f6e90d
|
|
| BLAKE2b-256 |
eeffb5de08a3d19efb28532f23f7b789dd33f36cb250c305d63db10104152cef
|