📄 libas_slice-ea86fd5a96b2e992.rlib
/home/palash/git/iron_learn/target/debug/deps/libas_slice-ea86fd5a96b2e992.rlib
Language: rlib • Lines: 383
!<arch>
/               0           0     0     0       8         `
//                                              66        `
as_slice-ea86fd5a96b2e992.as_slice.58a9e6d1ccd31105-cgu.0.rcgu.o/
lib.rmeta/      0           0     0     644     9296      `
ELF>�"@@GNU�rust
� #rustc 1.92.0 (ded5c06cf 2025-12-08)��١�	�T�6a��D�
-5080178c80bf7a93�stable_deref_trait�������r�c�y�-47bf1f836332686f��**�٭T��HО�9�-3e2e950d4bac10b5���_AsSlice�Element�as_slice�
AsMutSlice�as_mut_slice�	'a�	S�	�	�����������������$�$�$$�88
88888#8(8�����
�����	

	
	$D�
��
D�
�)T��
��
G
�l�
�,�
�	C��D���D��1T����G�l��,��v�@�|D�
��
d�

�)t�
�
��
W���
�L�
�	9�	z$����/�$��
,�/$����;�D��
L�/$��
�#��/�
$��,�/$��
�(��;�
D��L�/�_�����%" `AsSlice` and `AsMutSlice` traits�&��*]Z These traits are somewhat similar to the `AsRef` and `AsMut` except that they are **NOT**���YV polymorphic (no input type parameter) and their methods always return slices (`[T]`).�����da The main use case of these traits is writing generic code that accepts (fixed size) buffers. For���b_ example, a bound `T: StableDeref + AsMutSlice<Element = u8> + 'static` will accepts types like���;8 `&'static mut [u8]` and `&'static mut [u8; 128]` -- all���.+ of them are appropriate for DMA transfers.�����+( # Minimal Supported Rust Version (MSRV)�����_\ This crate is guaranteed to compile on stable Rust 1.51 and up. It *might* compile on older���:7 versions but that may change in any new patch release.��{_}�������41 Something that can be seen as an immutable slice�<�����������l��d���&# The element type of the slice view�<���'��.+ Returns the immutable slice view of `Self`�D�))�)
��
�$�����2/ Something that can be seen as an mutable slice�T������<��&��0�%��	3��	,) Returns the mutable slice view of `Self`�d�	**�*��	
�$�	��	<�
�
����	�<�
�

�	(*d�
<�
		���
#D�
++�+�	�
	

��$�
��@�����<���!#d�<����#D�,,�,��
��$���F�����T�
��#%��
/d�
--�-��

��$�
��
�����
�d�<��ԦD�..���
�$���������&d�//�� �
�$���*��  ���t��"##"$!��!d�<��ԁD�00�0��
#��$���-�%�&&%���!t��((��!��&d�11�1�$�$
(��$�m�J�w�����L�����K�����X��o�7���t�1[�	K�d;�w��%�uT�x�/ɘ��|%�����	���lV\�_���
��m&����	�>�u��e����5O�B�P���M�*0�l�.u	~hj"@�w2%�[c�׀g�f�;$�����ة�6=�ڝ�p�t"�~�̞$�M_���s�ߞ��P��nV�\�5�5�sIƚ�<0UֹJCs�V\>�u�7���g��
����\/�[�-���;e�=[�>��m�^��/�MJ۟���#��nX�ݺ�q��hz��Ƶ���8|g��h��
4jU5��V��X��)���:�c�ғ�/=�?3�qq5�v�zE���3��d�&���ߟ�����5?K_;}���1���
�wSf��/�/,
B

�"
�o	�	P
�
%�O��.
�
�
�
W��d��Pg�m	'
�)
��`
6��)�




l	�	�
�
f���
�
l*�T|2�	�	�	�	L
�
!�J����)
n
t
�
�
�
?ER���`���7DLc�x~��������	�	�	
�
b�����r
v
�
�
CGW����9FPg{���������	�
y8o��
N
~
�
�
O���Ny��A]��
`�	�
g,Q��
0
x
�
�
�
I���Bf���;U��T<��
^
�
�
4��R��'Ja��d�
��
m+�}3�

��
o,�5�
���
[�k!&9IR_hw��
Q��C�?�x�0�=�v�.��>�w�/��C"
�
�Y��q
�j	�	`O.
�
�d���������&*3;BIMT[bimt{���������������������+
G
���b
f
7���+/�H
��j
;��3����������X��m�i�%������ODHT 2@��M_���s��1���
�w0Sf��/�/1J۟���#�!����	������	�>�
UֹJCs�"�~�̞$���g��
��g��h�%��\/�[��v�zE+����X���M�*0�
ߞ���o�7�	K�d�
4jU5�&[c�׀g�nX�ݺ"�V��X'�c�ғ�/=)?K_;}��/�lV\�_���)���:(�?3�qq5*��
��m&	u��e����5O�B�P;�w��%����|%��f�;$���m�^��/�M ��ة�6=�P��nV�q��hz�#�Ƶ���8|$�&���ߟ-�����5.=[�>���ڝ�p�t�\�5�5�s���3��d,���t�1[l�.u	~hV\>�u�7�j"@�w2%�uT�x�/�-���;e�Iƚ�<0K���;s��XWMNmEy,z23],VE���](Dn&	>Oa�92-4XVd��G���K���;s��XWMNmEy[/home/palash/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/as-slice-0.2.1/src/lib.rs� ���^u�VD��KB���9�^&^Zec</,`;!5+3,3 18*"*%6 !
-
-!
0-
A_$x�\=1�,�4^����x86_64-unknown-linux-gnu�z��it��e���a��-ea86fd5a96b2e992�����X�@��t�2�){%2o)2R22dd))R)R)R){)R%RJ&)LR)R)R))))))){%J2d)R%��rust-end-file.note.gnu.property.shstrtab.strtab.symtab.rmeta@ .�`"&�"�"�"5/0              0           0     0     644     624       `
ELF>�@@rustc version 1.92.0 (ded5c06cf 2025-12-08)0��.text.comment.note.GNU-stack.strtab.symtabas_slice.58a9e6d1ccd31105-cgu.0 �P@0@-m(p0