📄 libanstyle_query-161eedc9e61c8f1c.rlib
/home/palash/git/iron_learn/target/debug/deps/libanstyle_query-161eedc9e61c8f1c.rlib
Language: rlib • Lines: 524
!<arch>
/               0           0     0     0       204       `
.�.�.�_ZN13anstyle_query7windows18enable_ansi_colors17h72925002ff27fbdfE_ZN13anstyle_query9non_empty17h9e57a68913b82997E_ZN4core6option15Option$LT$T$GT$17unwrap_or_default17had7ef56699f09629E//                                              76        `
anstyle_query-161eedc9e61c8f1c.anstyle_query.9217e37c0225bed-cgu.0.rcgu.o/

lib.rmeta/      0           0     0     644     11544     `
ELF>�+@@GNU�rust
_)#rustc 1.92.0 (ded5c06cf 2025-12-08)���	ⷄ�ۆ��p��-225863f279df55c4��١�	�T�6a��D�
-5080178c80bf7a93��uӰ]����d��!�-06039bcfba61f665��**�٭T��HО�9�-3e2e950d4bac10b5��	�t�#3Ҵη��Ǣ-d25e598578fbf080�rustc_std_workspace_core������Nm��gmY���-327ea4f353b4eb8c���y.:i���gy"1�r-94fdfaf0af91a65d�miniz_oxide�M�^�yTLm�L�d=B-5312b588e5cfab93�adler2��;~�7�ɴ,P?���-1e0b0d62df36c85c�	hashbrown�L�ϫ	2݆y��q-2ed6a8f06fc51a9d�rustc_std_workspace_alloc�a���p��H����6Z�-05b02707a5b2a256�
std_detect�	c�LN����=1�ʶӐ-5978f0713dd5442d�rustc_demangle�X�Fq��UՃ�>7z
��-43b2ff22c18e1125�cfg_if�֦<����ɐ¬�-6a40188dd7d989d2�	addr2line���,2�!xb�"6�!�	-11d54e777384a9e5�gimli��2��I.�ġ�����-35018e994bad7042�object��T �f��Y�
hQec-2dc10b344e05b569�memchr��xZT9�C��I�Mg�-09f2ab7e0d97e07a��~ݤ	����h���-932f22f820d1e5ec�windows_console�|8�<*"enable_virtual_terminal_processing���"�<��$� �$� ReadmeDoctests�t�$�<�#���enable_ansi_colors��clicolor�clicolor_force�no_color�term_supports_color�term_supports_ansi_color�	truecolor�is_ci�	non_empty�8
���
�T��-��
�!����������������;t�������inner��OB���s����	���|�,��
�d�
���D;)5�
�!����������������;t�������������������;t���ȩ1�FĿ�Xx�����
����	��k��C&-��	�d��,�������|�������i���G��^i؊������@��1�
+���
�H������W�
W�c�Q�W�����U�
������"������&*��-D�
�P�ST���8L�
C ����`$�����������������;t���������Jp/K�\�T�\��m�;���������T��%)��'D��LT���2L��;����T	$�������8�������{����
��
�4�
�%)	��
I����4�

�
\�
���A8
),�
d�	N,�
�	$�
�	G���
��o$�
���$��D�<�
6k�gj���B������u~���
��
��������

����$��N����\�	�%,���D��$	T���$��
�P�@	��,�\�
�
��
���A8	)/��(,�<�	
�
���8	/	 ��
���]�����`
$��,��,�����3�d�
^�!��
��M�O��)�����������@I�Tc��
}���$	�/>:�
Y�ai�����$�	�%)�� <�
�P�RL�� � ���
$�����2���$��p�u	

���$�)& Low level terminal capability lookups�	

�R_ac|��" Windows-specific style queries�<���|���2���
��+���� Enable ANSI escape codes ([`ENABLE_VIRTUAL_TERMINAL_PROCESSING`](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#output-sequences))�����+( For non-windows systems, returns `None`����
��!ܺ Check [CLICOLOR] status�����]Z - When `true`, ANSI colors are supported and should be used when the program isn't piped,���(%   similar to [`term_supports_color`]���SP - When `false`, don’t output ANSI color escape codes, similar to [`no_color`]���l�
 See also:���`] - [terminfo](https://crates.io/crates/terminfo) or [term](https://crates.io/crates/term) for���   checking termcaps���NK - [termbg](https://crates.io/crates/termbg) for detecting background color�����.+ [CLICOLOR]: https://bixense.com/clicolors/�D��
����! Check [CLICOLOR_FORCE] status�����1. ANSI colors should be enabled no matter what.�����41 [CLICOLOR_FORCE]: https://bixense.com/clicolors/�t�
��ܶ Check [NO_COLOR] status�����;8 When `true`, should prevent the addition of ANSI color.��	���	ZW User-level configuration files and per-instance command-line arguments should override���	b_ [NO_COLOR]. A user should be able to export `$NO_COLOR` in their shell configuration file as a���
^[ default, but configure a specific program in its configuration file to specifically enable�T� color.�����%" [NO_COLOR]: https://no-color.org/�D�
	��$��" Check `TERM` for color support������)��'$ Check `TERM` for ANSI color support�����b_ On Windows, you might need to also check [`windows::enable_ansi_colors`] as ANSI color support���#  is opt-in, rather than assumed.���
ԉ��+( Check [COLORTERM] for truecolor support�����74 [COLORTERM]: https://github.com/termstandard/colors�L�
����(% Report whether this is running in CI�����YV CI is a common environment where, despite being piped, ansi color codes are supported�����`] This is not as exhaustive as you'd find in a crate like `is_ci` but it should work in enough�T� cases.�,�

�� 3L� ����������������;t����� ��� PThttps://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences�"ENABLE_VIRTUAL_TERMINAL_PROCESSING��<�;�;�<3windows::enable_ansi_colors�!https://crates.io/crates/terminfo�term�https://crates.io/crates/term�&https://github.com/termstandard/colors��termbg��		https://crates.io/crates/termbg�CLICOLOR_FORCE�NO_COLOR��	
	COLORTERM�https://bixense.com/clicolors/�https://no-color.org/�CLICOLOR�terminfo��=�=�=�=�=�>�>�	��>�>�	�?�?�?�?�=�?�=�=�=�>�=��	�>�>�>�	�?�?�?�?�?��������H���������������I�I�I�H�J��������3CLICOLOR0CLICOLOR_FORCENO_COLORTERMdumb	COLORTERM	24bit	truecolor	CI�B�B�B�B�B�B�B�B�B�C�["�7~!	o��^�@H)��h�UU��(�Nn��[��Ǯ�f��..�$5��ջM����ql�-Gl���flQ�&�L�q��> jQ�`/*|��2U��Y,u���Q�/��H�a�9Ѕj�LeA���&Uy	�
ljf�	 �;`���VS�N{����!Pt�gfa��
&K���A>�9f�Jn��c`[�Dh��]ZU�Lp�
eb
]�=a���WT�O}=a���WT�O}*O���EB�=j/:	�
�y���
��
w�j��
��
x�kPt�gfa��UX_cjq�������
)���  �P�PP�P���["�7~!	Y-=��|̔PP��["�7~!	�X��W��"P���["�7~!	\YL��K�5%�$�$�$�$�$%�$�$�$%%�$�ODHT  ����h�UU���H�a�9�`/*|�[��Ǯ�Gl���flQ,u���Q�/
���ql�-�&�L�q	f��..�$��> jQ�
��2U��Y�(�Nn��j�LeA5��ջM��["�7~!	o��^�@H)�~h���v(��8v,I ��H���������~h���v(��8vd/home/palash/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/windows.rs� Nlh���"�i���2�<�O#+)0;Q=3"04+._=:Z=
P(4(4#,'
91#
9
�,.*>E:),���~�)SW�Q�`/home/palash/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs� _'�ѷ�a��<՞��$�*'^)TaO/
$/"25
"=<[c_&
7#
')J0"!"

JO.4

(c$
,)"HI12"

,8
/6-)Za
R^,,%6(
!#=A&�Z��չM��+��''(x86_64-unknown-linux-gnu��r�u���`��Y��i*
anstyle_query�-161eedc9e61c8f1c��["�7~!	�R�
�;�-  --
 ��rust-end-file.note.gnu.property.shstrtab.strtab.symtab.rmeta@ .�`�*&H+`+a+5/0              0           0     0     644     9032      `
ELF>�@@��P�Y�H��H�|$H�t$�H��H���4�$H���H�|$�H�t$�H����$�H��(H�|$H�t$H�T$�1�H��HD�H�tH�L$H�D$H�L$H�D$ ��H�D$H�T$ H�D$H�T$ H��(�1��¸�%U9.@n:;I.@n:;I?.@n:;I?:;I.n:;I /I	2�
3
I�84

I�8
I�82.n:;I<I$>.@n:;I�I3.@G:;I1XYW�W?RWGR(W��������	
��

	K	KKDKK�	
_�
�
�	�	��	2��K
W�K	�
i
r�W��p�K��^W2�D�K|����(^
clang LLVM (rustc version 1.92.0 (ded5c06cf 2025-12-08))/home/palash/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs/@/anstyle_query.9217e37c0225bed-cgu.0/home/palash/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5anstyle_querywindowswindows_consolecoreslice{impl#0}u8T_ZN4core5slice29_$LT$impl$u20$$u5b$T$u5d$$GT$8is_empty17h7d78dbe154adb4e7Eis_empty<u8>boolstdffios_strinnersysbytesSliceOsStr_ZN3std3ffi6os_str5OsStr8is_empty17h3b04bf67c0bb061fEis_emptydata_ptrlengthusize&std::ffi::os_str::OsStroptionu64NoneSome__0Option<&std::ffi::os_str::OsStr>_ZN4core6option15Option$LT$T$GT$17unwrap_or_default17had7ef56699f09629Eunwrap_or_default<&std::ffi::os_str::OsStr>{impl#43}_ZN13anstyle_query7windows15windows_console18enable_ansi_colors17ha33c2a55ca58611eEenable_ansi_colorsOption<bool>_ZN13anstyle_query7windows18enable_ansi_colors17h72925002ff27fbdfE_ZN13anstyle_query9non_empty17h9e57a68913b82997Enon_empty_ZN70_$LT$$RF$std..ffi..os_str..OsStr$u20$as$u20$core..default..Default$GT$7default17h4fecf476f3aa36c7Edefaultvarselfrustc version 1.92.0 (ded5c06cf 2025-12-08)zRx�0AFH(D c`t^D0Y�
a��
src/home/palash/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/ffi/home/palash/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/slice/home/palash/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/srcwindows.rslib.rsos_str.rsmod.rsoption.rs
	�	�
!Y	�

��X/.	�	
�y��t	�
�	<�?,��	�
����1�	�

�Q(�	^��������	����������������A
��������


9

�&

+
0
$5
,:H
L
WXf
wj
Wv�
��
��
e�
<�
A�
G�
U�
��
S�
K�
d�
V�
[
V
S
[!
S&
`3
�7
�G
SS
ji
Vv
[�
V�
S�
[�
S�
`�
P�
��
��
��
��
��
��
��
�
�

�
]$
�)
�.
�3
�;
�L
2S
^
%s
,z�
i�
�
R��
i�
S
 0@P`
 ((08@H^P
X

 4Ldx�
���� P
.debug_abbrev.text.comment.rela.debug_aranges.rela.debug_ranges.debug_str.rela.debug_info.note.GNU-stack.rela.debug_line.rela.eh_frame.strtab.symtab.rela.text._ZN13anstyle_query7windows18enable_ansi_colors17h72925002ff27fbdfE.text._ZN3std3ffi6os_str5OsStr8is_empty17h3b04bf67c0bb061fE.text._ZN13anstyle_query7windows15windows_console18enable_ansi_colors17ha33c2a55ca58611eE.rela.text._ZN4core6option15Option$LT$T$GT$17unwrap_or_default17had7ef56699f09629E.text._ZN70_$LT$$RF$std..ffi..os_str..OsStr$u20$as$u20$core..default..Default$GT$7default17h4fecf476f3aa36c7E.rela.text._ZN13anstyle_query9non_empty17h9e57a68913b82997Eanstyle_query.9217e37c0225bed-cgu.0���@+@�P�@�K`(F@�0����^�@�	�
NUh�P@�
#M�@��7�p2@� E0=n0�
-a�
�p�
��@��vxeq@P���
�