HEX
Server: LiteSpeed
System: Linux us-phx-web1284.main-hosting.eu 4.18.0-553.109.1.lve.el8.x86_64 #1 SMP Thu Mar 5 20:23:46 UTC 2026 x86_64
User: u300739242 (300739242)
PHP: 8.2.30
Disabled: system, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
Upload Files
File: //opt/alt/python311/lib/python3.11/site-packages/pygments/lexers/__pycache__/rust.cpython-311.pyc
�

�;fD ��t�dZddlmZmZmZmZmZddlmZm	Z	m
Z
mZmZm
Z
mZmZmZdgZGd�de��ZdS)z�
    pygments.lexers.rust
    ~~~~~~~~~~~~~~~~~~~~

    Lexers for the Rust language.

    :copyright: Copyright 2006-2024 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�
RegexLexer�include�bygroups�words�default)	�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation�
Whitespace�	RustLexerc���eZdZdZdZdZddgZddgZdd	gZd
Z	e
dd�
��ejfZ
e
dd�
��ejfZe
dd�
��ejjfZdejfed��ggdef�def�dejf�dejf�dejf�dejdf�dejdf�dejdf�dejf�e
dd�
��ef�e
dd�
��ejf�d ejf�d!ejjf�d"ed#f�d$ejf�d%ed&f�d'ed(f�d)e eee��f�e
�d*ejjf�e�e�d+e!f�d,e!d(f�d-e ee"jej#��f�d.ej$f�d/ej$f�d0e%j&d1f�d2e%j'd1f�d3e%j(d1f�d4e%j)d1f�d5e%j*d1f�d6ed7f�d8ed9f�d:ef�d;e+d<f�d=e+f�d>e!f�d?e+f�d@ef�dAef�dBejdCf�dDe!f�dEejfdejdFfdGejdHfdIejfgdEejfdejdFfdGejdHfdIejfgdefd@ej,dHfedH��gdefd@ejdHfedH��gdefdJejfd;e+d<fee
d@ej-dHfedH��gdKejfdLej.fedH��gdMedHfdNedHfedH��gd8edHfdOej/fdPefdQefgdRej/fe0d9��gd8ed9fdSejdCfge0dT��dUejdHfdVejfgdW�
Z1dXS)YrzA
    Lexer for the Rust programming language (version 1.47).
    �Rustzhttps://www.rust-lang.org/z*.rsz*.rs.in�rust�rsz	text/rustztext/x-rustz1.6)�u8�u16�u32�u64�u128�i8�i16�i32�i64�i128�usize�isize�f32�f64�char�str�boolz\b)�suffix)$�Copy�Send�Sized�Sync�Unpin�Drop�Fn�FnMut�FnOnce�drop�Box�ToOwned�Clone�	PartialEq�
PartialOrd�Eq�Ord�AsRef�AsMut�Into�From�Default�Iterator�Extend�IntoIterator�DoubleEndedIterator�ExactSizeIterator�Option�Some�None�Result�Ok�Errr
�ToString�Vec)2�asm�assert�	assert_eq�	assert_ne�cfg�column�
compile_error�concat�
concat_idents�dbg�debug_assert�debug_assert_eq�debug_assert_ne�env�eprint�eprintln�file�format�format_args�format_args_nl�
global_asmr�
include_bytes�include_str�is_aarch64_feature_detected�is_arm_feature_detected�is_mips64_feature_detected�is_mips_feature_detected�is_powerpc64_feature_detected�is_powerpc_feature_detected�is_x86_feature_detected�line�llvm_asm�
log_syntax�macro_rules�matches�module_path�
option_env�panic�print�println�	stringify�thread_local�todo�trace_macros�
unimplemented�unreachable�vec�write�writeln�!z
#![^[\r\n].*$�basez\nz\s+z//!.*?\nz///(\n|[^/].*?\n)z	//(.*?)\nz/\*\*(\n|[^/*])�
doccommentz/\*!z/\*�commentz\$([a-zA-Z_]\w*|\(,?|\),?|,?))�as�async�await�box�const�crate�dyn�else�extern�for�if�impl�in�loop�match�move�mut�pub�ref�return�static�super�trait�unsafe�use�where�while)�abstract�become�do�final�macro�override�priv�typeof�try�unsized�virtual�yieldz(true|false)\bzself\bzmod\b�modnamezlet\bzfn\b�funcnamez(struct|enum|type|union)\b�typenamez(default)(\s+)(type|fn)\bz	[sS]elf\bz::\bz(?::|->)z((break|continue)(\b\s*)(\'[A-Za-z_]\w*)?zA'(\\['"\\nrt]|\\x[0-7][0-9a-fA-F]|\\0|\\u\{[0-9a-fA-F]{1,6}\}|.)'z@b'(\\['"\\nrt]|\\x[0-9a-fA-F]{2}|\\0|\\u\{[0-9a-fA-F]{1,6}\}|.)'z0b[01_]+�
number_litz	0o[0-7_]+z0[xX][0-9a-fA-F_]+zJ[0-9][0-9_]*(\.[0-9_]+[eE][+\-]?[0-9_]+|\.[0-9_]*(?!\.)|[eE][+\-]?[0-9_]+)z[0-9][0-9_]*zb"�
bytestring�"�stringz(?s)b?r(#*)".*?"\1�'�lifetimez\.\.=?z
[{}()\[\],.;]z[+\-*/%&|<>^!~@=:?]z[a-zA-Z_]\w*zr#[a-zA-Z_]\w*z#!?\[�
attribute[�#z[^*/]+z#pushz\*/z#popz[*/]�&z
(static|_)z
[a-zA-Z_]+\w*z[ui](8|16|32|64|size)zf(32|64)z;\\['"\\nrt]|\\x[0-7][0-9a-fA-F]|\\0|\\u\{[0-9a-fA-F]{1,6}\}z[^\\"]+z\\z\\x[89a-fA-F][0-9a-fA-F]z\[�attribute_commonz\]z	[^"\]\[]+)
�rootr}rr~r�r�r�r�r�r�r�r�r�N)2�__name__�
__module__�__qualname__�__doc__�name�url�	filenames�aliases�	mimetypes�
version_addedrr�Type�
keyword_typesr�Builtin�builtin_funcs_types�Function�Magic�builtin_macrosr	�Preprocrrr
�Doc�Single�	Multiline�Reserved�Constant�Pseudo�Declarationrrr�Label�Charr�Bin�Oct�Hex�Float�Integerr
�	Namespace�Class�	Attribute�Escaper�tokens���G/opt/alt/python311/lib/python3.11/site-packages/pygments/lexers/rust.pyrrse���������D�
&�C���#�I��t�n�G��m�,�I��M��U�������l�$�M�
!�5�"������l�$���e��"�#���"�]�(�#*�N�.�w��/��G�F�O�O�	
�W
�
�J��W
��Z� �W
��&�*�%�	W
�
"�6�:�.�W
��7�>�*�
W
� ���\�:�W
��f�j�,�/�W
��W�&�	�2�W
�2�7�?�C�W
��U�I� �	!�!�!�#*�	
+�W
�&�U�L��!�!�!�")�"2�
4�'W
�,�� 0�1�-W
�.���+�,�/W
�0�w�	�*�1W
�2�w�*�+�3W
�4�g�z�*�5W
�6+�G�Z�@�7W
�8*�8�8�G�Z��+Q�+Q�R�9W
�:
�;W
�<�4�<�.�/�=W
�@
 �AW
�B
�CW
�F�k�"�GW
�J�+�z�2�KW
�N9�
�X�g�t���
�
;�
;�
=�OW
�V1�
�[�
�WW
�\1�
�[�
�]W
�f�&�*�l�3�gW
�j�6�:�|�4�kW
�n#�F�J��=�oW
�r3�4:�L�
�
�sW
�x�f�n�l�;�yW
�~�F�L�)�W
�@�6�8�$�AW
�B#�F�+�CW
�H�8�Z�(�IW
�N��!�OW
�P�{�+�QW
�R$�X�.�SW
�X�d�#�YW
�\��%�]W
�b�w���5�cW
�l�;��mW
�r��)�*�
�W�&��0�
�W�&��/�
�g�'�(�	
���
�#�
�V�Z��)�
�V�Z��(�
�f�j�!�	
��Z� �
�d�n�f�5��G�F�O�O�
��Z� �
�d�m�V�4��G�F�O�O�
��Z� �
�7�>�"�
�8�Z�(���
�d�j�&�1��G�F�O�O�
��D�L�)�
�t�~�.��G�F�O�O�
�&�w��7�
�'�6�*��G�F�O�O�
��6�6�"�-�.4�m�
=�
�� �
�F�O�
�-�f�m�<��G�H���
�
�6�8�$�
�G�O�\�2�
�

�G�&�'�'�
�G�O�V�,�
�7�?�+�
�o\�\�F�F�Fr�N)r��pygments.lexerrrrrr�pygments.tokenrr	r
rrr
rrr�__all__rr�r�r��<module>r�s�����I�H�H�H�H�H�H�H�H�H�H�H�H�H�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$�$��-��L�L�L�L�L�
�L�L�L�L�Lr�