http_constant/file_extension/
const.rs

1/// The file extension for Lotus 1-2-3.
2pub const FILE_EXTENSION_123: &str = "123";
3
4/// The file extension for 3DML.
5pub const FILE_EXTENSION_3DML: &str = "3dml";
6
7/// The file extension for 3D Studio.
8pub const FILE_EXTENSION_3DS: &str = "3ds";
9
10/// The file extension for 3GPP2.
11pub const FILE_EXTENSION_3G2: &str = "3g2";
12
13/// The file extension for 3GPP.
14pub const FILE_EXTENSION_3GP: &str = "3gp";
15
16/// The file extension for 7-Zip.
17pub const FILE_EXTENSION_7Z: &str = "7z";
18
19/// The file extension for Authorware.
20pub const FILE_EXTENSION_AAB: &str = "aab";
21
22/// The file extension for AAC audio.
23pub const FILE_EXTENSION_AAC: &str = "aac";
24
25/// The file extension for Authorware.
26pub const FILE_EXTENSION_AAM: &str = "aam";
27
28/// The file extension for Authorware.
29pub const FILE_EXTENSION_AAS: &str = "aas";
30
31/// The file extension for an absolute file.
32pub const FILE_EXTENSION_ABS: &str = "abs";
33
34/// The file extension for AbiWord.
35pub const FILE_EXTENSION_ABW: &str = "abw";
36
37/// The file extension for an AC file.
38pub const FILE_EXTENSION_AC: &str = "ac";
39
40/// The file extension for American Dynamics ACC.
41pub const FILE_EXTENSION_ACC: &str = "acc";
42
43/// The file extension for ACE archive.
44pub const FILE_EXTENSION_ACE: &str = "ace";
45
46/// The file extension for AcuCobol.
47pub const FILE_EXTENSION_ACU: &str = "acu";
48
49/// The file extension for AcuCobol.
50pub const FILE_EXTENSION_ACUTC: &str = "acutc";
51
52/// The file extension for ADPCM audio.
53pub const FILE_EXTENSION_ADP: &str = "adp";
54
55/// The file extension for Audiograph.
56pub const FILE_EXTENSION_AEP: &str = "aep";
57
58/// The file extension for Adobe Font Metrics.
59pub const FILE_EXTENSION_AFM: &str = "afm";
60
61/// The file extension for AFP.
62pub const FILE_EXTENSION_AFP: &str = "afp";
63
64/// The file extension for Ahead AIR Application.
65pub const FILE_EXTENSION_AHEAD: &str = "ahead";
66
67/// The file extension for Adobe Illustrator.
68pub const FILE_EXTENSION_AI: &str = "ai";
69
70/// The file extension for AIFF audio.
71pub const FILE_EXTENSION_AIF: &str = "aif";
72
73/// The file extension for AIFF audio.
74pub const FILE_EXTENSION_AIFC: &str = "aifc";
75
76/// The file extension for AIFF audio.
77pub const FILE_EXTENSION_AIFF: &str = "aiff";
78
79/// The file extension for AIM.
80pub const FILE_EXTENSION_AIM: &str = "aim";
81
82/// The file extension for Adobe AIR Application.
83pub const FILE_EXTENSION_AIR: &str = "air";
84
85/// The file extension for DVB AIT.
86pub const FILE_EXTENSION_AIT: &str = "ait";
87
88/// The file extension for Amiga AMI.
89pub const FILE_EXTENSION_AMI: &str = "ami";
90
91/// The file extension for Annodex.
92pub const FILE_EXTENSION_ANX: &str = "anx";
93
94/// The file extension for Android Package Archive.
95pub const FILE_EXTENSION_APK: &str = "apk";
96
97/// The file extension for Cache Manifest.
98pub const FILE_EXTENSION_APPCACHE: &str = "appcache";
99
100/// The file extension for Microsoft Application.
101pub const FILE_EXTENSION_APPLICATION: &str = "application";
102
103/// The file extension for Lotus Approach.
104pub const FILE_EXTENSION_APR: &str = "apr";
105
106/// The file extension for FreeArc archive.
107pub const FILE_EXTENSION_ARC: &str = "arc";
108
109/// The file extension for ART image.
110pub const FILE_EXTENSION_ART: &str = "art";
111
112/// The file extension for PGP signature.
113pub const FILE_EXTENSION_ASC: &str = "asc";
114
115/// The file extension for ASF video.
116pub const FILE_EXTENSION_ASF: &str = "asf";
117
118/// The file extension for Assembly source.
119pub const FILE_EXTENSION_ASM: &str = "asm";
120
121/// The file extension for Accpac Simply ASO.
122pub const FILE_EXTENSION_ASO: &str = "aso";
123
124/// The file extension for ASX video.
125pub const FILE_EXTENSION_ASX: &str = "asx";
126
127/// The file extension for AcuCorp.
128pub const FILE_EXTENSION_ATC: &str = "atc";
129
130/// The file extension for Atom feed.
131pub const FILE_EXTENSION_ATOM: &str = "atom";
132
133/// The file extension for Atom category document.
134pub const FILE_EXTENSION_ATOMCAT: &str = "atomcat";
135
136/// The file extension for Atom service document.
137pub const FILE_EXTENSION_ATOMSVC: &str = "atomsvc";
138
139/// The file extension for Antix Game Component.
140pub const FILE_EXTENSION_ATX: &str = "atx";
141
142/// The file extension for basic audio.
143pub const FILE_EXTENSION_AU: &str = "au";
144
145/// The file extension for AVI video.
146pub const FILE_EXTENSION_AVI: &str = "avi";
147
148/// The file extension for Rad ScreenPlay video.
149pub const FILE_EXTENSION_AVX: &str = "avx";
150
151/// The file extension for Applixware.
152pub const FILE_EXTENSION_AW: &str = "aw";
153
154/// The file extension for Annodex audio.
155pub const FILE_EXTENSION_AXA: &str = "axa";
156
157/// The file extension for Annodex video.
158pub const FILE_EXTENSION_AXV: &str = "axv";
159
160/// The file extension for AirZip FileSecure AZF.
161pub const FILE_EXTENSION_AZF: &str = "azf";
162
163/// The file extension for AirZip FileSecure AZS.
164pub const FILE_EXTENSION_AZS: &str = "azs";
165
166/// The file extension for Amazon Kindle eBook.
167pub const FILE_EXTENSION_AZW: &str = "azw";
168
169/// The file extension for Batch file.
170pub const FILE_EXTENSION_BAT: &str = "bat";
171
172/// The file extension for BCPIO archive.
173pub const FILE_EXTENSION_BCPIO: &str = "bcpio";
174
175/// The file extension for BDF font.
176pub const FILE_EXTENSION_BDF: &str = "bdf";
177
178/// The file extension for SyncML DM+WBXML.
179pub const FILE_EXTENSION_BDM: &str = "bdm";
180
181/// The file extension for RealVNC BED.
182pub const FILE_EXTENSION_BED: &str = "bed";
183
184/// The file extension for Fujitsu OasysPRS.
185pub const FILE_EXTENSION_BH2: &str = "bh2";
186
187/// The file extension for binary data.
188pub const FILE_EXTENSION_BIN: &str = "bin";
189
190/// The file extension for Blorb interactive fiction.
191pub const FILE_EXTENSION_BLB: &str = "blb";
192
193/// The file extension for Blorb interactive fiction.
194pub const FILE_EXTENSION_BLORB: &str = "blorb";
195
196/// The file extension for BMI.
197pub const FILE_EXTENSION_BMI: &str = "bmi";
198
199/// The file extension for BMP image.
200pub const FILE_EXTENSION_BMP: &str = "bmp";
201
202/// The file extension for a body file.
203pub const FILE_EXTENSION_BODY: &str = "body";
204
205/// The file extension for a book file.
206pub const FILE_EXTENSION_BOOK: &str = "book";
207
208/// The file extension for Preview Systems BOX.
209pub const FILE_EXTENSION_BOX: &str = "box";
210
211/// The file extension for BZip2 archive.
212pub const FILE_EXTENSION_BOZ: &str = "boz";
213
214/// The file extension for a package file.
215pub const FILE_EXTENSION_BPK: &str = "bpk";
216
217/// The file extension for BTIF image.
218pub const FILE_EXTENSION_BTIF: &str = "btif";
219
220/// The file extension for BZip archive.
221pub const FILE_EXTENSION_BZ: &str = "bz";
222
223/// The file extension for BZip2 archive.
224pub const FILE_EXTENSION_BZ2: &str = "bz2";
225
226/// The file extension for C source code.
227pub const FILE_EXTENSION_C: &str = "c";
228
229/// The file extension for ClueTrust CartoMobile Config.
230pub const FILE_EXTENSION_C11AMC: &str = "c11amc";
231
232/// The file extension for ClueTrust CartoMobile Config Package.
233pub const FILE_EXTENSION_C11AMZ: &str = "c11amz";
234
235/// The file extension for Clonk C4Group.
236pub const FILE_EXTENSION_C4D: &str = "c4d";
237
238/// The file extension for Clonk C4Group.
239pub const FILE_EXTENSION_C4F: &str = "c4f";
240
241/// The file extension for Clonk C4Group.
242pub const FILE_EXTENSION_C4G: &str = "c4g";
243
244/// The file extension for Clonk C4Group.
245pub const FILE_EXTENSION_C4P: &str = "c4p";
246
247/// The file extension for Clonk C4Group.
248pub const FILE_EXTENSION_C4U: &str = "c4u";
249
250/// The file extension for Microsoft Cabinet file.
251pub const FILE_EXTENSION_CAB: &str = "cab";
252
253/// The file extension for CAF audio.
254pub const FILE_EXTENSION_CAF: &str = "caf";
255
256/// The file extension for TCPDump capture file.
257pub const FILE_EXTENSION_CAP: &str = "cap";
258
259/// The file extension for cURL CAR file.
260pub const FILE_EXTENSION_CAR: &str = "car";
261
262/// The file extension for Microsoft PKI Security Catalog.
263pub const FILE_EXTENSION_CAT: &str = "cat";
264
265/// The file extension for Comic Book archive.
266pub const FILE_EXTENSION_CB7: &str = "cb7";
267
268/// The file extension for Comic Book archive.
269pub const FILE_EXTENSION_CBA: &str = "cba";
270
271/// The file extension for Comic Book RAR archive.
272pub const FILE_EXTENSION_CBR: &str = "cbr";
273
274/// The file extension for Comic Book archive.
275pub const FILE_EXTENSION_CBT: &str = "cbt";
276
277/// The file extension for Comic Book ZIP archive.
278pub const FILE_EXTENSION_CBZ: &str = "cbz";
279
280/// The file extension for C++ source code.
281pub const FILE_EXTENSION_CC: &str = "cc";
282
283/// The file extension for Adobe Director.
284pub const FILE_EXTENSION_CCT: &str = "cct";
285
286/// The file extension for CCXML.
287pub const FILE_EXTENSION_CCXML: &str = "ccxml";
288
289/// The file extension for Contact CMSG.
290pub const FILE_EXTENSION_CDBCMSG: &str = "cdbcmsg";
291
292/// The file extension for CDF.
293pub const FILE_EXTENSION_CDF: &str = "cdf";
294
295/// The file extension for MediaStation CDKey.
296pub const FILE_EXTENSION_CDKEY: &str = "cdkey";
297
298/// The file extension for CDMI Capability.
299pub const FILE_EXTENSION_CDMIA: &str = "cdmia";
300
301/// The file extension for CDMI Container.
302pub const FILE_EXTENSION_CDMIC: &str = "cdmic";
303
304/// The file extension for CDMI Domain.
305pub const FILE_EXTENSION_CDMID: &str = "cdmid";
306
307/// The file extension for CDMI Object.
308pub const FILE_EXTENSION_CDMIO: &str = "cdmio";
309
310/// The file extension for CDMI Queue.
311pub const FILE_EXTENSION_CDMIQ: &str = "cdmiq";
312
313/// The file extension for ChemDraw CDX.
314pub const FILE_EXTENSION_CDX: &str = "cdx";
315
316/// The file extension for ChemDraw XML.
317pub const FILE_EXTENSION_CDXML: &str = "cdxml";
318
319/// The file extension for Cinderella.
320pub const FILE_EXTENSION_CDY: &str = "cdy";
321
322/// The file extension for PKIX Certificate.
323pub const FILE_EXTENSION_CER: &str = "cer";
324
325/// The file extension for CFS compressed file.
326pub const FILE_EXTENSION_CFS: &str = "cfs";
327
328/// The file extension for CGM image.
329pub const FILE_EXTENSION_CGM: &str = "cgm";
330
331/// The file extension for Chat file.
332pub const FILE_EXTENSION_CHAT: &str = "chat";
333
334/// The file extension for Microsoft HTML Help.
335pub const FILE_EXTENSION_CHM: &str = "chm";
336
337/// The file extension for KDE KChart.
338pub const FILE_EXTENSION_CHRT: &str = "chrt";
339
340/// The file extension for CIF.
341pub const FILE_EXTENSION_CIF: &str = "cif";
342
343/// The file extension for Anser-Web Certificate Issue Initiation.
344pub const FILE_EXTENSION_CII: &str = "cii";
345
346/// The file extension for Microsoft ArtGalry.
347pub const FILE_EXTENSION_CIL: &str = "cil";
348
349/// The file extension for Claymore.
350pub const FILE_EXTENSION_CLA: &str = "cla";
351
352/// The file extension for Java class.
353pub const FILE_EXTENSION_CLASS: &str = "class";
354
355/// The file extension for Crick Clicker Keyboard.
356pub const FILE_EXTENSION_CLKK: &str = "clkk";
357
358/// The file extension for Crick Clicker Palette.
359pub const FILE_EXTENSION_CLKP: &str = "clkp";
360
361/// The file extension for Crick Clicker Template.
362pub const FILE_EXTENSION_CLKT: &str = "clkt";
363
364/// The file extension for Crick Clicker Wordbank.
365pub const FILE_EXTENSION_CLKW: &str = "clkw";
366
367/// The file extension for Crick Clicker.
368pub const FILE_EXTENSION_CLKX: &str = "clkx";
369
370/// The file extension for Microsoft Clipboard.
371pub const FILE_EXTENSION_CLP: &str = "clp";
372
373/// The file extension for CosmoCaller.
374pub const FILE_EXTENSION_CMC: &str = "cmc";
375
376/// The file extension for CMDF.
377pub const FILE_EXTENSION_CMDF: &str = "cmdf";
378
379/// The file extension for CML.
380pub const FILE_EXTENSION_CML: &str = "cml";
381
382/// The file extension for a CMP file.
383pub const FILE_EXTENSION_CMP: &str = "cmp";
384
385/// The file extension for CMX image.
386pub const FILE_EXTENSION_CMX: &str = "cmx";
387
388/// The file extension for RIM COD.
389pub const FILE_EXTENSION_COD: &str = "cod";
390
391/// The file extension for a command file.
392pub const FILE_EXTENSION_COM: &str = "com";
393
394/// The file extension for a configuration file.
395pub const FILE_EXTENSION_CONF: &str = "conf";
396
397/// The file extension for CPIO archive.
398pub const FILE_EXTENSION_CPIO: &str = "cpio";
399
400/// The file extension for C++ source code.
401pub const FILE_EXTENSION_CPP: &str = "cpp";
402
403/// The file extension for Mac CompactPro.
404pub const FILE_EXTENSION_CPT: &str = "cpt";
405
406/// The file extension for Microsoft CardFile.
407pub const FILE_EXTENSION_CRD: &str = "crd";
408
409/// The file extension for PKIX CRL.
410pub const FILE_EXTENSION_CRL: &str = "crl";
411
412/// The file extension for X.509 CA Certificate.
413pub const FILE_EXTENSION_CRT: &str = "crt";
414
415/// The file extension for Rig Cryptonote.
416pub const FILE_EXTENSION_CRYPTONOTE: &str = "cryptonote";
417
418/// The file extension for C-Shell script.
419pub const FILE_EXTENSION_CSH: &str = "csh";
420
421/// The file extension for CSML.
422pub const FILE_EXTENSION_CSML: &str = "csml";
423
424/// The file extension for CommonSpace.
425pub const FILE_EXTENSION_CSP: &str = "csp";
426
427/// The file extension for CSS.
428pub const FILE_EXTENSION_CSS: &str = "css";
429
430/// The file extension for Adobe Director.
431pub const FILE_EXTENSION_CST: &str = "cst";
432
433/// The file extension for CSV.
434pub const FILE_EXTENSION_CSV: &str = "csv";
435
436/// The file extension for CU-SeeMe.
437pub const FILE_EXTENSION_CU: &str = "cu";
438
439/// The file extension for cURL text.
440pub const FILE_EXTENSION_CURL: &str = "curl";
441
442/// The file extension for CWW.
443pub const FILE_EXTENSION_CWW: &str = "cww";
444
445/// The file extension for Adobe Director.
446pub const FILE_EXTENSION_CXT: &str = "cxt";
447
448/// The file extension for C++ source code.
449pub const FILE_EXTENSION_CXX: &str = "cxx";
450
451/// The file extension for COLLADA XML.
452pub const FILE_EXTENSION_DAE: &str = "dae";
453
454/// The file extension for Mobius DAF.
455pub const FILE_EXTENSION_DAF: &str = "daf";
456
457/// The file extension for Dart.
458pub const FILE_EXTENSION_DART: &str = "dart";
459
460/// The file extension for FDSN SEED.
461pub const FILE_EXTENSION_DATALESS: &str = "dataless";
462
463/// The file extension for WebDAV Mount.
464pub const FILE_EXTENSION_DAVMOUNT: &str = "davmount";
465
466/// The file extension for DocBook XML.
467pub const FILE_EXTENSION_DBK: &str = "dbk";
468
469/// The file extension for Adobe Director.
470pub const FILE_EXTENSION_DCR: &str = "dcr";
471
472/// The file extension for cURL DCURL.
473pub const FILE_EXTENSION_DCURL: &str = "dcurl";
474
475/// The file extension for OMA DD2 XML.
476pub const FILE_EXTENSION_DD2: &str = "dd2";
477
478/// The file extension for Fujixerox DDD.
479pub const FILE_EXTENSION_DDD: &str = "ddd";
480
481/// The file extension for Debian package.
482pub const FILE_EXTENSION_DEB: &str = "deb";
483
484/// The file extension for a definition file.
485pub const FILE_EXTENSION_DEF: &str = "def";
486
487/// The file extension for a deployment file.
488pub const FILE_EXTENSION_DEPLOY: &str = "deploy";
489
490/// The file extension for DER certificate.
491pub const FILE_EXTENSION_DER: &str = "der";
492
493/// The file extension for DreamFactory.
494pub const FILE_EXTENSION_DFAC: &str = "dfac";
495
496/// The file extension for DGC compressed.
497pub const FILE_EXTENSION_DGC: &str = "dgc";
498
499/// The file extension for DIB image.
500pub const FILE_EXTENSION_DIB: &str = "dib";
501
502/// The file extension for Yamaha HV Dictionary.
503pub const FILE_EXTENSION_DIC: &str = "dic";
504
505/// The file extension for Adobe Director.
506pub const FILE_EXTENSION_DIR: &str = "dir";
507
508/// The file extension for Mobius DIS.
509pub const FILE_EXTENSION_DIS: &str = "dis";
510
511/// The file extension for a distribution file.
512pub const FILE_EXTENSION_DIST: &str = "dist";
513
514/// The file extension for a distribution file.
515pub const FILE_EXTENSION_DISTZ: &str = "distz";
516
517/// The file extension for DjVu image.
518pub const FILE_EXTENSION_DJV: &str = "djv";
519
520/// The file extension for DjVu image.
521pub const FILE_EXTENSION_DJVU: &str = "djvu";
522
523/// The file extension for Dynamic Link Library.
524pub const FILE_EXTENSION_DLL: &str = "dll";
525
526/// The file extension for Apple Disk Image.
527pub const FILE_EXTENSION_DMG: &str = "dmg";
528
529/// The file extension for TCPDump capture file.
530pub const FILE_EXTENSION_DMP: &str = "dmp";
531
532/// The file extension for a DMS file.
533pub const FILE_EXTENSION_DMS: &str = "dms";
534
535/// The file extension for DNA.
536pub const FILE_EXTENSION_DNA: &str = "dna";
537
538/// The file extension for Microsoft Word.
539pub const FILE_EXTENSION_DOC: &str = "doc";
540
541/// The file extension for Microsoft Word (Macro-Enabled).
542pub const FILE_EXTENSION_DOCM: &str = "docm";
543
544/// The file extension for Office Open XML Word Document.
545pub const FILE_EXTENSION_DOCX: &str = "docx";
546
547/// The file extension for Microsoft Word Template.
548pub const FILE_EXTENSION_DOT: &str = "dot";
549
550/// The file extension for Microsoft Word Template (Macro-Enabled).
551pub const FILE_EXTENSION_DOTM: &str = "dotm";
552
553/// The file extension for Office Open XML Word Template.
554pub const FILE_EXTENSION_DOTX: &str = "dotx";
555
556/// The file extension for OSGi Deployment Package.
557pub const FILE_EXTENSION_DP: &str = "dp";
558
559/// The file extension for DPGraph.
560pub const FILE_EXTENSION_DPG: &str = "dpg";
561
562/// The file extension for DRA audio.
563pub const FILE_EXTENSION_DRA: &str = "dra";
564
565/// The file extension for PRS Lines Tag.
566pub const FILE_EXTENSION_DSC: &str = "dsc";
567
568/// The file extension for DSSC DER.
569pub const FILE_EXTENSION_DSSC: &str = "dssc";
570
571/// The file extension for DTBook XML.
572pub const FILE_EXTENSION_DTB: &str = "dtb";
573
574/// The file extension for XML DTD.
575pub const FILE_EXTENSION_DTD: &str = "dtd";
576
577/// The file extension for DTS audio.
578pub const FILE_EXTENSION_DTS: &str = "dts";
579
580/// The file extension for DTS HD audio.
581pub const FILE_EXTENSION_DTSHD: &str = "dtshd";
582
583/// The file extension for a dump file.
584pub const FILE_EXTENSION_DUMP: &str = "dump";
585
586/// The file extension for DV video.
587pub const FILE_EXTENSION_DV: &str = "dv";
588
589/// The file extension for DVB file.
590pub const FILE_EXTENSION_DVB: &str = "dvb";
591
592/// The file extension for DVI file.
593pub const FILE_EXTENSION_DVI: &str = "dvi";
594
595/// The file extension for DWF model.
596pub const FILE_EXTENSION_DWF: &str = "dwf";
597
598/// The file extension for DWG image.
599pub const FILE_EXTENSION_DWG: &str = "dwg";
600
601/// The file extension for DXF image.
602pub const FILE_EXTENSION_DXF: &str = "dxf";
603
604/// The file extension for Spotfire DXP.
605pub const FILE_EXTENSION_DXP: &str = "dxp";
606
607/// The file extension for Adobe Director.
608pub const FILE_EXTENSION_DXR: &str = "dxr";
609
610/// The file extension for Nuera ECELP 4800 audio.
611pub const FILE_EXTENSION_ECELP4800: &str = "ecelp4800";
612
613/// The file extension for Nuera ECELP 7470 audio.
614pub const FILE_EXTENSION_ECELP7470: &str = "ecelp7470";
615
616/// The file extension for Nuera ECELP 9600 audio.
617pub const FILE_EXTENSION_ECELP9600: &str = "ecelp9600";
618
619/// The file extension for ECMAScript.
620pub const FILE_EXTENSION_ECMA: &str = "ecma";
621
622/// The file extension for Novadigm EDM.
623pub const FILE_EXTENSION_EDM: &str = "edm";
624
625/// The file extension for Novadigm EDX.
626pub const FILE_EXTENSION_EDX: &str = "edx";
627
628/// The file extension for Picsel.
629pub const FILE_EXTENSION_EFIF: &str = "efif";
630
631/// The file extension for PG OSASLI.
632pub const FILE_EXTENSION_EI6: &str = "ei6";
633
634/// The file extension for an ELC file.
635pub const FILE_EXTENSION_ELC: &str = "elc";
636
637/// The file extension for Microsoft Metafile.
638pub const FILE_EXTENSION_EMF: &str = "emf";
639
640/// The file extension for RFC 822 message.
641pub const FILE_EXTENSION_EML: &str = "eml";
642
643/// The file extension for EMMA XML.
644pub const FILE_EXTENSION_EMMA: &str = "emma";
645
646/// The file extension for Microsoft Metafile.
647pub const FILE_EXTENSION_EMZ: &str = "emz";
648
649/// The file extension for Digital Winds audio.
650pub const FILE_EXTENSION_EOL: &str = "eol";
651
652/// The file extension for Microsoft Font Object.
653pub const FILE_EXTENSION_EOT: &str = "eot";
654
655/// The file extension for PostScript.
656pub const FILE_EXTENSION_EPS: &str = "eps";
657
658/// The file extension for EPUB.
659pub const FILE_EXTENSION_EPUB: &str = "epub";
660
661/// The file extension for E-Szigno XML.
662pub const FILE_EXTENSION_ES3: &str = "es3";
663
664/// The file extension for OSGi Subsystem.
665pub const FILE_EXTENSION_ESA: &str = "esa";
666
667/// The file extension for Epson ESF.
668pub const FILE_EXTENSION_ESF: &str = "esf";
669
670/// The file extension for E-Szigno XML.
671pub const FILE_EXTENSION_ET3: &str = "et3";
672
673/// The file extension for Setext.
674pub const FILE_EXTENSION_ETX: &str = "etx";
675
676/// The file extension for EVA.
677pub const FILE_EXTENSION_EVA: &str = "eva";
678
679/// The file extension for Envoy.
680pub const FILE_EXTENSION_EVY: &str = "evy";
681
682/// The file extension for an executable file.
683pub const FILE_EXTENSION_EXE: &str = "exe";
684
685/// The file extension for EXI.
686pub const FILE_EXTENSION_EXI: &str = "exi";
687
688/// The file extension for Novadigm EXT.
689pub const FILE_EXTENSION_EXT: &str = "ext";
690
691/// The file extension for Andrew Inset.
692pub const FILE_EXTENSION_EZ: &str = "ez";
693
694/// The file extension for EZPix Album.
695pub const FILE_EXTENSION_EZ2: &str = "ez2";
696
697/// The file extension for EZPix Package.
698pub const FILE_EXTENSION_EZ3: &str = "ez3";
699
700/// The file extension for Fortran source.
701pub const FILE_EXTENSION_F: &str = "f";
702
703/// The file extension for F4V video.
704pub const FILE_EXTENSION_F4V: &str = "f4v";
705
706/// The file extension for Fortran source.
707pub const FILE_EXTENSION_F77: &str = "f77";
708
709/// The file extension for Fortran source.
710pub const FILE_EXTENSION_F90: &str = "f90";
711
712/// The file extension for FastBidSheet.
713pub const FILE_EXTENSION_FBS: &str = "fbs";
714
715/// The file extension for Adobe FormsCentral FCDT.
716pub const FILE_EXTENSION_FCDT: &str = "fcdt";
717
718/// The file extension for ISAC FCS.
719pub const FILE_EXTENSION_FCS: &str = "fcs";
720
721/// The file extension for FDF.
722pub const FILE_EXTENSION_FDF: &str = "fdf";
723
724/// The file extension for deNovo FCSELAYOUT-LINK.
725pub const FILE_EXTENSION_FE_LAUNCH: &str = "fe_launch";
726
727/// The file extension for Fujitsu OasysGP.
728pub const FILE_EXTENSION_FG5: &str = "fg5";
729
730/// The file extension for Adobe Director.
731pub const FILE_EXTENSION_FGD: &str = "fgd";
732
733/// The file extension for FreeHand image.
734pub const FILE_EXTENSION_FH: &str = "fh";
735
736/// The file extension for FreeHand image.
737pub const FILE_EXTENSION_FH4: &str = "fh4";
738
739/// The file extension for FreeHand image.
740pub const FILE_EXTENSION_FH5: &str = "fh5";
741
742/// The file extension for FreeHand image.
743pub const FILE_EXTENSION_FH7: &str = "fh7";
744
745/// The file extension for FreeHand image.
746pub const FILE_EXTENSION_FHC: &str = "fhc";
747
748/// The file extension for Xfig image.
749pub const FILE_EXTENSION_FIG: &str = "fig";
750
751/// The file extension for FLAC audio.
752pub const FILE_EXTENSION_FLAC: &str = "flac";
753
754/// The file extension for FLI video.
755pub const FILE_EXTENSION_FLI: &str = "fli";
756
757/// The file extension for Micrografx FLO.
758pub const FILE_EXTENSION_FLO: &str = "flo";
759
760/// The file extension for FLV video.
761pub const FILE_EXTENSION_FLV: &str = "flv";
762
763/// The file extension for KDE Kivio.
764pub const FILE_EXTENSION_FLW: &str = "flw";
765
766/// The file extension for FMI Flexstor.
767pub const FILE_EXTENSION_FLX: &str = "flx";
768
769/// The file extension for FLY text.
770pub const FILE_EXTENSION_FLY: &str = "fly";
771
772/// The file extension for Adobe FrameMaker.
773pub const FILE_EXTENSION_FM: &str = "fm";
774
775/// The file extension for Frogans FNC.
776pub const FILE_EXTENSION_FNC: &str = "fnc";
777
778/// The file extension for Fortran source.
779pub const FILE_EXTENSION_FOR: &str = "for";
780
781/// The file extension for FPX image.
782pub const FILE_EXTENSION_FPX: &str = "fpx";
783
784/// The file extension for Adobe FrameMaker.
785pub const FILE_EXTENSION_FRAME: &str = "frame";
786
787/// The file extension for FSC WebLaunch.
788pub const FILE_EXTENSION_FSC: &str = "fsc";
789
790/// The file extension for FST image.
791pub const FILE_EXTENSION_FST: &str = "fst";
792
793/// The file extension for FluxTime Clip.
794pub const FILE_EXTENSION_FTC: &str = "ftc";
795
796/// The file extension for Anser-Web Funds Transfer Initiation.
797pub const FILE_EXTENSION_FTI: &str = "fti";
798
799/// The file extension for FVT video.
800pub const FILE_EXTENSION_FVT: &str = "fvt";
801
802/// The file extension for Adobe FXP.
803pub const FILE_EXTENSION_FXP: &str = "fxp";
804
805/// The file extension for Adobe FXP.
806pub const FILE_EXTENSION_FXPL: &str = "fxpl";
807
808/// The file extension for Fuzzysheet.
809pub const FILE_EXTENSION_FZS: &str = "fzs";
810
811/// The file extension for GeoPlan.
812pub const FILE_EXTENSION_G2W: &str = "g2w";
813
814/// The file extension for G3 fax image.
815pub const FILE_EXTENSION_G3: &str = "g3";
816
817/// The file extension for GeoSpace.
818pub const FILE_EXTENSION_G3W: &str = "g3w";
819
820/// The file extension for Groove Account.
821pub const FILE_EXTENSION_GAC: &str = "gac";
822
823/// The file extension for TADS game.
824pub const FILE_EXTENSION_GAM: &str = "gam";
825
826/// The file extension for RPKI Ghostbusters.
827pub const FILE_EXTENSION_GBR: &str = "gbr";
828
829/// The file extension for GCA compressed archive.
830pub const FILE_EXTENSION_GCA: &str = "gca";
831
832/// The file extension for GDL model.
833pub const FILE_EXTENSION_GDL: &str = "gdl";
834
835/// The file extension for DynaGeo.
836pub const FILE_EXTENSION_GEO: &str = "geo";
837
838/// The file extension for Geometry Explorer.
839pub const FILE_EXTENSION_GEX: &str = "gex";
840
841/// The file extension for GeoGebra File.
842pub const FILE_EXTENSION_GGB: &str = "ggb";
843
844/// The file extension for GeoGebra Tool.
845pub const FILE_EXTENSION_GGT: &str = "ggt";
846
847/// The file extension for Groove Help.
848pub const FILE_EXTENSION_GHF: &str = "ghf";
849
850/// The file extension for GIF image.
851pub const FILE_EXTENSION_GIF: &str = "gif";
852
853/// The file extension for Groove Identity Message.
854pub const FILE_EXTENSION_GIM: &str = "gim";
855
856/// The file extension for GML XML.
857pub const FILE_EXTENSION_GML: &str = "gml";
858
859/// The file extension for GMX.
860pub const FILE_EXTENSION_GMX: &str = "gmx";
861
862/// The file extension for Gnumeric.
863pub const FILE_EXTENSION_GNUMERIC: &str = "gnumeric";
864
865/// The file extension for FlographIt.
866pub const FILE_EXTENSION_GPH: &str = "gph";
867
868/// The file extension for GPX XML.
869pub const FILE_EXTENSION_GPX: &str = "gpx";
870
871/// The file extension for Grafeq.
872pub const FILE_EXTENSION_GQF: &str = "gqf";
873
874/// The file extension for Grafeq.
875pub const FILE_EXTENSION_GQS: &str = "gqs";
876
877/// The file extension for SRGS.
878pub const FILE_EXTENSION_GRAM: &str = "gram";
879
880/// The file extension for Gramps XML.
881pub const FILE_EXTENSION_GRAMPS: &str = "gramps";
882
883/// The file extension for Groove Injector.
884pub const FILE_EXTENSION_GRE: &str = "gre";
885
886/// The file extension for SRGS XML.
887pub const FILE_EXTENSION_GRV: &str = "grv";
888
889/// The file extension for SRGS XML.
890pub const FILE_EXTENSION_GRXML: &str = "grxml";
891
892/// The file extension for Ghostscript font.
893pub const FILE_EXTENSION_GSF: &str = "gsf";
894
895/// The file extension for GTAR archive.
896pub const FILE_EXTENSION_GTAR: &str = "gtar";
897
898/// The file extension for Groove Tool Message.
899pub const FILE_EXTENSION_GTM: &str = "gtm";
900
901/// The file extension for GTW model.
902pub const FILE_EXTENSION_GTW: &str = "gtw";
903
904/// The file extension for Graphviz.
905pub const FILE_EXTENSION_GV: &str = "gv";
906
907/// The file extension for GXF.
908pub const FILE_EXTENSION_GXF: &str = "gxf";
909
910/// The file extension for GeoNext.
911pub const FILE_EXTENSION_GXT: &str = "gxt";
912
913/// The file extension for Gzip archive.
914pub const FILE_EXTENSION_GZ: &str = "gz";
915
916/// The file extension for C header.
917pub const FILE_EXTENSION_H: &str = "h";
918
919/// The file extension for H.261 video.
920pub const FILE_EXTENSION_H261: &str = "h261";
921
922/// The file extension for H.263 video.
923pub const FILE_EXTENSION_H263: &str = "h263";
924
925/// The file extension for H.264 video.
926pub const FILE_EXTENSION_H264: &str = "h264";
927
928/// The file extension for HAL XML.
929pub const FILE_EXTENSION_HAL: &str = "hal";
930
931/// The file extension for HBCI.
932pub const FILE_EXTENSION_HBCI: &str = "hbci";
933
934/// The file extension for HDF.
935pub const FILE_EXTENSION_HDF: &str = "hdf";
936
937/// The file extension for C++ header.
938pub const FILE_EXTENSION_HH: &str = "hh";
939
940/// The file extension for WinHelp.
941pub const FILE_EXTENSION_HLP: &str = "hlp";
942
943/// The file extension for HP-GL.
944pub const FILE_EXTENSION_HPGL: &str = "hpgl";
945
946/// The file extension for HP-HPID.
947pub const FILE_EXTENSION_HPID: &str = "hpid";
948
949/// The file extension for HP-HPS.
950pub const FILE_EXTENSION_HPS: &str = "hps";
951
952/// The file extension for Mac BinHex40.
953pub const FILE_EXTENSION_HQX: &str = "hqx";
954
955/// The file extension for HTC component.
956pub const FILE_EXTENSION_HTC: &str = "htc";
957
958/// The file extension for Kenamea App.
959pub const FILE_EXTENSION_HTKE: &str = "htke";
960
961/// The file extension for HTML.
962pub const FILE_EXTENSION_HTM: &str = "htm";
963
964/// The file extension for HTML.
965pub const FILE_EXTENSION_HTML: &str = "html";
966
967/// The file extension for Yamaha HV Dictionary.
968pub const FILE_EXTENSION_HVD: &str = "hvd";
969
970/// The file extension for Yamaha HV Voice.
971pub const FILE_EXTENSION_HVP: &str = "hvp";
972
973/// The file extension for Yamaha HV Script.
974pub const FILE_EXTENSION_HVS: &str = "hvs";
975
976/// The file extension for Intergeo.
977pub const FILE_EXTENSION_I2G: &str = "i2g";
978
979/// The file extension for ICC Profile.
980pub const FILE_EXTENSION_ICC: &str = "icc";
981
982/// The file extension for CoolTalk.
983pub const FILE_EXTENSION_ICE: &str = "ice";
984
985/// The file extension for ICC Profile.
986pub const FILE_EXTENSION_ICM: &str = "icm";
987
988/// The file extension for icon.
989pub const FILE_EXTENSION_ICO: &str = "ico";
990
991/// The file extension for iCalendar.
992pub const FILE_EXTENSION_ICS: &str = "ics";
993
994/// The file extension for IEF image.
995pub const FILE_EXTENSION_IEF: &str = "ief";
996
997/// The file extension for iCalendar.
998pub const FILE_EXTENSION_IFB: &str = "ifb";
999
1000/// The file extension for Shana Informed Formdata.
1001pub const FILE_EXTENSION_IFM: &str = "ifm";
1002
1003/// The file extension for IGES model.
1004pub const FILE_EXTENSION_IGES: &str = "iges";
1005
1006/// The file extension for IGLoader.
1007pub const FILE_EXTENSION_IGL: &str = "igl";
1008
1009/// The file extension for Insors IGM.
1010pub const FILE_EXTENSION_IGM: &str = "igm";
1011
1012/// The file extension for IGES model.
1013pub const FILE_EXTENSION_IGS: &str = "igs";
1014
1015/// The file extension for Micrografx IGX.
1016pub const FILE_EXTENSION_IGX: &str = "igx";
1017
1018/// The file extension for Shana Informed Interchange.
1019pub const FILE_EXTENSION_IIF: &str = "iif";
1020
1021/// The file extension for Accpac Simply IMP.
1022pub const FILE_EXTENSION_IMP: &str = "imp";
1023
1024/// The file extension for Microsoft IMS.
1025pub const FILE_EXTENSION_IMS: &str = "ims";
1026
1027/// The file extension for an input file.
1028pub const FILE_EXTENSION_IN: &str = "in";
1029
1030/// The file extension for InkML.
1031pub const FILE_EXTENSION_INK: &str = "ink";
1032
1033/// The file extension for InkML.
1034pub const FILE_EXTENSION_INKML: &str = "inkml";
1035
1036/// The file extension for Install Instructions.
1037pub const FILE_EXTENSION_INSTALL: &str = "install";
1038
1039/// The file extension for Astraea Software Iota.
1040pub const FILE_EXTENSION_IOTA: &str = "iota";
1041
1042/// The file extension for IPFIX.
1043pub const FILE_EXTENSION_IPFIX: &str = "ipfix";
1044
1045/// The file extension for Shana Informed Package.
1046pub const FILE_EXTENSION_IPK: &str = "ipk";
1047
1048/// The file extension for IBM Rights Management.
1049pub const FILE_EXTENSION_IRM: &str = "irm";
1050
1051/// The file extension for iRepository Package XML.
1052pub const FILE_EXTENSION_IRP: &str = "irp";
1053
1054/// The file extension for ISO 9660 Image.
1055pub const FILE_EXTENSION_ISO: &str = "iso";
1056
1057/// The file extension for Shana Informed Formtemplate.
1058pub const FILE_EXTENSION_ITP: &str = "itp";
1059
1060/// The file extension for Immervision IVP.
1061pub const FILE_EXTENSION_IVP: &str = "ivp";
1062
1063/// The file extension for Immervision IVU.
1064pub const FILE_EXTENSION_IVU: &str = "ivu";
1065
1066/// The file extension for J2ME App Descriptor.
1067pub const FILE_EXTENSION_JAD: &str = "jad";
1068
1069/// The file extension for JAM.
1070pub const FILE_EXTENSION_JAM: &str = "jam";
1071
1072/// The file extension for Java Archive.
1073pub const FILE_EXTENSION_JAR: &str = "jar";
1074
1075/// The file extension for Java source.
1076pub const FILE_EXTENSION_JAVA: &str = "java";
1077
1078/// The file extension for JISP.
1079pub const FILE_EXTENSION_JISP: &str = "jisp";
1080
1081/// The file extension for HP JLYT.
1082pub const FILE_EXTENSION_JLT: &str = "jlt";
1083
1084/// The file extension for Java JNLP.
1085pub const FILE_EXTENSION_JNLP: &str = "jnlp";
1086
1087/// The file extension for Joost Joda Archive.
1088pub const FILE_EXTENSION_JODA: &str = "joda";
1089
1090/// The file extension for JPEG image.
1091pub const FILE_EXTENSION_JPE: &str = "jpe";
1092
1093/// The file extension for JPEG image.
1094pub const FILE_EXTENSION_JPEG: &str = "jpeg";
1095
1096/// The file extension for JPEG image.
1097pub const FILE_EXTENSION_JPG: &str = "jpg";
1098
1099/// The file extension for JPM video.
1100pub const FILE_EXTENSION_JPGM: &str = "jpgm";
1101
1102/// The file extension for JPEG video.
1103pub const FILE_EXTENSION_JPGV: &str = "jpgv";
1104
1105/// The file extension for JPM video.
1106pub const FILE_EXTENSION_JPM: &str = "jpm";
1107
1108/// The file extension for JavaScript.
1109pub const FILE_EXTENSION_JS: &str = "js";
1110
1111/// The file extension for JSF.
1112pub const FILE_EXTENSION_JSF: &str = "jsf";
1113
1114/// The file extension for JSON.
1115pub const FILE_EXTENSION_JSON: &str = "json";
1116
1117/// The file extension for JSONML.
1118pub const FILE_EXTENSION_JSONML: &str = "jsonml";
1119
1120/// The file extension for JSPF.
1121pub const FILE_EXTENSION_JSPF: &str = "jspf";
1122
1123/// The file extension for MIDI audio.
1124pub const FILE_EXTENSION_KAR: &str = "kar";
1125
1126/// The file extension for KDE Karbon.
1127pub const FILE_EXTENSION_KARBON: &str = "karbon";
1128
1129/// The file extension for KDE KFormula.
1130pub const FILE_EXTENSION_KFO: &str = "kfo";
1131
1132/// The file extension for Kidspiration.
1133pub const FILE_EXTENSION_KIA: &str = "kia";
1134
1135/// The file extension for Google Earth KML.
1136pub const FILE_EXTENSION_KML: &str = "kml";
1137
1138/// The file extension for Google Earth KMZ.
1139pub const FILE_EXTENSION_KMZ: &str = "kmz";
1140
1141/// The file extension for Kinar.
1142pub const FILE_EXTENSION_KNE: &str = "kne";
1143
1144/// The file extension for Kinar.
1145pub const FILE_EXTENSION_KNP: &str = "knp";
1146
1147/// The file extension for KDE Kontour.
1148pub const FILE_EXTENSION_KON: &str = "kon";
1149
1150/// The file extension for KDE KPresenter.
1151pub const FILE_EXTENSION_KPR: &str = "kpr";
1152
1153/// The file extension for KDE KPresenter.
1154pub const FILE_EXTENSION_KPT: &str = "kpt";
1155
1156/// The file extension for DS-Keypoint.
1157pub const FILE_EXTENSION_KPXX: &str = "kpxx";
1158
1159/// The file extension for KDE KSpread.
1160pub const FILE_EXTENSION_KSP: &str = "ksp";
1161
1162/// The file extension for Kahootz.
1163pub const FILE_EXTENSION_KTR: &str = "ktr";
1164
1165/// The file extension for KTX image.
1166pub const FILE_EXTENSION_KTX: &str = "ktx";
1167
1168/// The file extension for Kahootz.
1169pub const FILE_EXTENSION_KTZ: &str = "ktz";
1170
1171/// The file extension for KDE KWord.
1172pub const FILE_EXTENSION_KWD: &str = "kwd";
1173
1174/// The file extension for KDE KWord.
1175pub const FILE_EXTENSION_KWT: &str = "kwt";
1176
1177/// The file extension for LAS LAS XML.
1178pub const FILE_EXTENSION_LASXML: &str = "lasxml";
1179
1180/// The file extension for LaTeX.
1181pub const FILE_EXTENSION_LATEX: &str = "latex";
1182
1183/// The file extension for LlamaGraphics Life-Balance Desktop.
1184pub const FILE_EXTENSION_LBD: &str = "lbd";
1185
1186/// The file extension for LlamaGraphics Life-Balance Exchange XML.
1187pub const FILE_EXTENSION_LBE: &str = "lbe";
1188
1189/// The file extension for HHE Lesson Player.
1190pub const FILE_EXTENSION_LES: &str = "les";
1191
1192/// The file extension for LZH compressed archive.
1193pub const FILE_EXTENSION_LHA: &str = "lha";
1194
1195/// The file extension for Route 66 Link66 XML.
1196pub const FILE_EXTENSION_LINK66: &str = "link66";
1197
1198/// The file extension for a list file.
1199pub const FILE_EXTENSION_LIST: &str = "list";
1200
1201/// The file extension for a list file.
1202pub const FILE_EXTENSION_LIST3820: &str = "list3820";
1203
1204/// The file extension for a list file.
1205pub const FILE_EXTENSION_LISTAFP: &str = "listafp";
1206
1207/// The file extension for Microsoft Shortcut.
1208pub const FILE_EXTENSION_LNK: &str = "lnk";
1209
1210/// The file extension for a log file.
1211pub const FILE_EXTENSION_LOG: &str = "log";
1212
1213/// The file extension for Lost XML.
1214pub const FILE_EXTENSION_LOSTXML: &str = "lostxml";
1215
1216/// The file extension for a LRF file.
1217pub const FILE_EXTENSION_LRF: &str = "lrf";
1218
1219/// The file extension for Microsoft LRM.
1220pub const FILE_EXTENSION_LRM: &str = "lrm";
1221
1222/// The file extension for Frogans LTF.
1223pub const FILE_EXTENSION_LTF: &str = "ltf";
1224
1225/// The file extension for Lucent Voice.
1226pub const FILE_EXTENSION_LVP: &str = "lvp";
1227
1228/// The file extension for Lotus WordPro.
1229pub const FILE_EXTENSION_LWP: &str = "lwp";
1230
1231/// The file extension for LZH compressed archive.
1232pub const FILE_EXTENSION_LZH: &str = "lzh";
1233
1234/// The file extension for a M13 file.
1235pub const FILE_EXTENSION_M13: &str = "m13";
1236
1237/// The file extension for a M14 file.
1238pub const FILE_EXTENSION_M14: &str = "m14";
1239
1240/// The file extension for MPEG video.
1241pub const FILE_EXTENSION_M1V: &str = "m1v";
1242
1243/// The file extension for MP21.
1244pub const FILE_EXTENSION_M21: &str = "m21";
1245
1246/// The file extension for MPEG audio.
1247pub const FILE_EXTENSION_M2A: &str = "m2a";
1248
1249/// The file extension for MPEG video.
1250pub const FILE_EXTENSION_M2V: &str = "m2v";
1251
1252/// The file extension for MPEG audio.
1253pub const FILE_EXTENSION_M3A: &str = "m3a";
1254
1255/// The file extension for M3U playlist.
1256pub const FILE_EXTENSION_M3U: &str = "m3u";
1257
1258/// The file extension for M3U8 playlist.
1259pub const FILE_EXTENSION_M3U8: &str = "m3u8";
1260
1261/// The file extension for MP4 audio.
1262pub const FILE_EXTENSION_M4A: &str = "m4a";
1263
1264/// The file extension for MP4 audio.
1265pub const FILE_EXTENSION_M4B: &str = "m4b";
1266
1267/// The file extension for MP4 audio.
1268pub const FILE_EXTENSION_M4R: &str = "m4r";
1269
1270/// The file extension for M4U playlist.
1271pub const FILE_EXTENSION_M4U: &str = "m4u";
1272
1273/// The file extension for MP4 video.
1274pub const FILE_EXTENSION_M4V: &str = "m4v";
1275
1276/// The file extension for Mathematica.
1277pub const FILE_EXTENSION_MA: &str = "ma";
1278
1279/// The file extension for MacPaint image.
1280pub const FILE_EXTENSION_MAC: &str = "mac";
1281
1282/// The file extension for MADS XML.
1283pub const FILE_EXTENSION_MADS: &str = "mads";
1284
1285/// The file extension for EcoWin Chart.
1286pub const FILE_EXTENSION_MAG: &str = "mag";
1287
1288/// The file extension for Adobe FrameMaker.
1289pub const FILE_EXTENSION_MAKER: &str = "maker";
1290
1291/// The file extension for Troff.
1292pub const FILE_EXTENSION_MAN: &str = "man";
1293
1294/// The file extension for a MAR file.
1295pub const FILE_EXTENSION_MAR: &str = "mar";
1296
1297/// The file extension for MathML XML.
1298pub const FILE_EXTENSION_MATHML: &str = "mathml";
1299
1300/// The file extension for Mathematica.
1301pub const FILE_EXTENSION_MB: &str = "mb";
1302
1303/// The file extension for Mobius MBK.
1304pub const FILE_EXTENSION_MBK: &str = "mbk";
1305
1306/// The file extension for Mbox.
1307pub const FILE_EXTENSION_MBOX: &str = "mbox";
1308
1309/// The file extension for MedCalcData.
1310pub const FILE_EXTENSION_MC1: &str = "mc1";
1311
1312/// The file extension for MCD.
1313pub const FILE_EXTENSION_MCD: &str = "mcd";
1314
1315/// The file extension for cURL MCURL.
1316pub const FILE_EXTENSION_MCURL: &str = "mcurl";
1317
1318/// The file extension for Microsoft Access.
1319pub const FILE_EXTENSION_MDB: &str = "mdb";
1320
1321/// The file extension for Microsoft MODI.
1322pub const FILE_EXTENSION_MDI: &str = "mdi";
1323
1324/// The file extension for Troff.
1325pub const FILE_EXTENSION_ME: &str = "me";
1326
1327/// The file extension for Mesh model.
1328pub const FILE_EXTENSION_MESH: &str = "mesh";
1329
1330/// The file extension for Metalink4 XML.
1331pub const FILE_EXTENSION_META4: &str = "meta4";
1332
1333/// The file extension for Metalink XML.
1334pub const FILE_EXTENSION_METALINK: &str = "metalink";
1335
1336/// The file extension for METS XML.
1337pub const FILE_EXTENSION_METS: &str = "mets";
1338
1339/// The file extension for MFMP.
1340pub const FILE_EXTENSION_MFM: &str = "mfm";
1341
1342/// The file extension for RPKI Manifest.
1343pub const FILE_EXTENSION_MFT: &str = "mft";
1344
1345/// The file extension for OSGeo MapGuide Package.
1346pub const FILE_EXTENSION_MGP: &str = "mgp";
1347
1348/// The file extension for Proteus Magazine.
1349pub const FILE_EXTENSION_MGZ: &str = "mgz";
1350
1351/// The file extension for MIDI audio.
1352pub const FILE_EXTENSION_MID: &str = "mid";
1353
1354/// The file extension for MIDI audio.
1355pub const FILE_EXTENSION_MIDI: &str = "midi";
1356
1357/// The file extension for MIE.
1358pub const FILE_EXTENSION_MIE: &str = "mie";
1359
1360/// The file extension for MIF.
1361pub const FILE_EXTENSION_MIF: &str = "mif";
1362
1363/// The file extension for a MIME file.
1364pub const FILE_EXTENSION_MIME: &str = "mime";
1365
1366/// The file extension for MJ2 video.
1367pub const FILE_EXTENSION_MJ2: &str = "mj2";
1368
1369/// The file extension for MJ2 video.
1370pub const FILE_EXTENSION_MJP2: &str = "mjp2";
1371
1372/// The file extension for Matroska video.
1373pub const FILE_EXTENSION_MK3D: &str = "mk3d";
1374
1375/// The file extension for Matroska audio.
1376pub const FILE_EXTENSION_MKA: &str = "mka";
1377
1378/// The file extension for Matroska video.
1379pub const FILE_EXTENSION_MKS: &str = "mks";
1380
1381/// The file extension for Matroska video.
1382pub const FILE_EXTENSION_MKV: &str = "mkv";
1383
1384/// The file extension for Dolby MLP.
1385pub const FILE_EXTENSION_MLP: &str = "mlp";
1386
1387/// The file extension for Chipnuts Karaoke MMD.
1388pub const FILE_EXTENSION_MMD: &str = "mmd";
1389
1390/// The file extension for SMAF.
1391pub const FILE_EXTENSION_MMF: &str = "mmf";
1392
1393/// The file extension for Fujixerox EDMICS MMR.
1394pub const FILE_EXTENSION_MMR: &str = "mmr";
1395
1396/// The file extension for MNG video.
1397pub const FILE_EXTENSION_MNG: &str = "mng";
1398
1399/// The file extension for Microsoft Money.
1400pub const FILE_EXTENSION_MNY: &str = "mny";
1401
1402/// The file extension for Mobipocket eBook.
1403pub const FILE_EXTENSION_MOBI: &str = "mobi";
1404
1405/// The file extension for MODS XML.
1406pub const FILE_EXTENSION_MODS: &str = "mods";
1407
1408/// The file extension for QuickTime video.
1409pub const FILE_EXTENSION_MOV: &str = "mov";
1410
1411/// The file extension for SGI movie.
1412pub const FILE_EXTENSION_MOVIE: &str = "movie";
1413
1414/// The file extension for MPEG audio.
1415pub const FILE_EXTENSION_MP1: &str = "mp1";
1416
1417/// The file extension for MPEG audio.
1418pub const FILE_EXTENSION_MP2: &str = "mp2";
1419
1420/// The file extension for MP21.
1421pub const FILE_EXTENSION_MP21: &str = "mp21";
1422
1423/// The file extension for MPEG audio.
1424pub const FILE_EXTENSION_MP2A: &str = "mp2a";
1425
1426/// The file extension for MPEG audio.
1427pub const FILE_EXTENSION_MP3: &str = "mp3";
1428
1429/// The file extension for MP4.
1430pub const FILE_EXTENSION_MP4: &str = "mp4";
1431
1432/// The file extension for MP4 audio.
1433pub const FILE_EXTENSION_MP4A: &str = "mp4a";
1434
1435/// The file extension for MP4.
1436pub const FILE_EXTENSION_MP4S: &str = "mp4s";
1437
1438/// The file extension for MP4 video.
1439pub const FILE_EXTENSION_MP4V: &str = "mp4v";
1440
1441/// The file extension for MPEG audio.
1442pub const FILE_EXTENSION_MPA: &str = "mpa";
1443
1444/// The file extension for Mophun Certificate.
1445pub const FILE_EXTENSION_MPC: &str = "mpc";
1446
1447/// The file extension for MPEG video.
1448pub const FILE_EXTENSION_MPE: &str = "mpe";
1449
1450/// The file extension for MPEG video.
1451pub const FILE_EXTENSION_MPEG: &str = "mpeg";
1452
1453/// The file extension for MPEG audio.
1454pub const FILE_EXTENSION_MPEGA: &str = "mpega";
1455
1456/// The file extension for MPEG video.
1457pub const FILE_EXTENSION_MPG: &str = "mpg";
1458
1459/// The file extension for MPEG-4 video.
1460pub const FILE_EXTENSION_MPG4: &str = "mpg4";
1461
1462/// The file extension for MPEG audio.
1463pub const FILE_EXTENSION_MPGA: &str = "mpga";
1464
1465/// The file extension for Apple Installer XML.
1466pub const FILE_EXTENSION_MPKG: &str = "mpkg";
1467
1468/// The file extension for Blueice Multipass.
1469pub const FILE_EXTENSION_MPM: &str = "mpm";
1470
1471/// The file extension for Mophun Application.
1472pub const FILE_EXTENSION_MPN: &str = "mpn";
1473
1474/// The file extension for Microsoft Project.
1475pub const FILE_EXTENSION_MPP: &str = "mpp";
1476
1477/// The file extension for Microsoft Project.
1478pub const FILE_EXTENSION_MPT: &str = "mpt";
1479
1480/// The file extension for MPEG-2 video.
1481pub const FILE_EXTENSION_MPV2: &str = "mpv2";
1482
1483/// The file extension for IBM MiniPay.
1484pub const FILE_EXTENSION_MPY: &str = "mpy";
1485
1486/// The file extension for Mobius MQY.
1487pub const FILE_EXTENSION_MQY: &str = "mqy";
1488
1489/// The file extension for MARC.
1490pub const FILE_EXTENSION_MRC: &str = "mrc";
1491
1492/// The file extension for MARCXML.
1493pub const FILE_EXTENSION_MRCX: &str = "mrcx";
1494
1495/// The file extension for Troff.
1496pub const FILE_EXTENSION_MS: &str = "ms";
1497
1498/// The file extension for Media Server Control XML.
1499pub const FILE_EXTENSION_MSCML: &str = "mscml";
1500
1501/// The file extension for FDSN mseed.
1502pub const FILE_EXTENSION_MSEED: &str = "mseed";
1503
1504/// The file extension for MSEQ.
1505pub const FILE_EXTENSION_MSEQ: &str = "mseq";
1506
1507/// The file extension for Epson MSF.
1508pub const FILE_EXTENSION_MSF: &str = "msf";
1509
1510/// The file extension for Mesh model.
1511pub const FILE_EXTENSION_MSH: &str = "msh";
1512
1513/// The file extension for Microsoft Installer.
1514pub const FILE_EXTENSION_MSI: &str = "msi";
1515
1516/// The file extension for Mobius MSL.
1517pub const FILE_EXTENSION_MSL: &str = "msl";
1518
1519/// The file extension for Muvee Style.
1520pub const FILE_EXTENSION_MSTY: &str = "msty";
1521
1522/// The file extension for MTS model.
1523pub const FILE_EXTENSION_MTS: &str = "mts";
1524
1525/// The file extension for Musician.
1526pub const FILE_EXTENSION_MUS: &str = "mus";
1527
1528/// The file extension for Recordare MusicXML.
1529pub const FILE_EXTENSION_MUSICXML: &str = "musicxml";
1530
1531/// The file extension for a MVB file.
1532pub const FILE_EXTENSION_MVB: &str = "mvb";
1533
1534/// The file extension for MFER.
1535pub const FILE_EXTENSION_MWF: &str = "mwf";
1536
1537/// The file extension for MXF.
1538pub const FILE_EXTENSION_MXF: &str = "mxf";
1539
1540/// The file extension for Recordare MusicXML.
1541pub const FILE_EXTENSION_MXL: &str = "mxl";
1542
1543/// The file extension for XV XML.
1544pub const FILE_EXTENSION_MXML: &str = "mxml";
1545
1546/// The file extension for Triscape MXS.
1547pub const FILE_EXTENSION_MXS: &str = "mxs";
1548
1549/// The file extension for a MXU file.
1550pub const FILE_EXTENSION_MXU: &str = "mxu";
1551
1552/// The file extension for Nokia N-Gage Symbian Install.
1553pub const FILE_EXTENSION_N_GAGE: &str = "n-gage";
1554
1555/// The file extension for N3.
1556pub const FILE_EXTENSION_N3: &str = "n3";
1557
1558/// The file extension for Mathematica.
1559pub const FILE_EXTENSION_NB: &str = "nb";
1560
1561/// The file extension for Wolfram Player.
1562pub const FILE_EXTENSION_NBP: &str = "nbp";
1563
1564/// The file extension for NetCDF.
1565pub const FILE_EXTENSION_NC: &str = "nc";
1566
1567/// The file extension for DTBNCX XML.
1568pub const FILE_EXTENSION_NCX: &str = "ncx";
1569
1570/// The file extension for NFO.
1571pub const FILE_EXTENSION_NFO: &str = "nfo";
1572
1573/// The file extension for Nokia N-Gage Data.
1574pub const FILE_EXTENSION_NGDAT: &str = "ngdat";
1575
1576/// The file extension for NITF.
1577pub const FILE_EXTENSION_NITF: &str = "nitf";
1578
1579/// The file extension for NeuroLanguage NLU.
1580pub const FILE_EXTENSION_NLU: &str = "nlu";
1581
1582/// The file extension for Enliven.
1583pub const FILE_EXTENSION_NML: &str = "nml";
1584
1585/// The file extension for NobleNet Directory.
1586pub const FILE_EXTENSION_NND: &str = "nnd";
1587
1588/// The file extension for NobleNet Sealer.
1589pub const FILE_EXTENSION_NNS: &str = "nns";
1590
1591/// The file extension for NobleNet Web.
1592pub const FILE_EXTENSION_NNW: &str = "nnw";
1593
1594/// The file extension for Net-FPX image.
1595pub const FILE_EXTENSION_NPX: &str = "npx";
1596
1597/// The file extension for Conference.
1598pub const FILE_EXTENSION_NSC: &str = "nsc";
1599
1600/// The file extension for Lotus Notes.
1601pub const FILE_EXTENSION_NSF: &str = "nsf";
1602
1603/// The file extension for NITF.
1604pub const FILE_EXTENSION_NTF: &str = "ntf";
1605
1606/// The file extension for NZB.
1607pub const FILE_EXTENSION_NZB: &str = "nzb";
1608
1609/// The file extension for Fujitsu Oasys 2.
1610pub const FILE_EXTENSION_OA2: &str = "oa2";
1611
1612/// The file extension for Fujitsu Oasys 3.
1613pub const FILE_EXTENSION_OA3: &str = "oa3";
1614
1615/// The file extension for Fujitsu Oasys.
1616pub const FILE_EXTENSION_OAS: &str = "oas";
1617
1618/// The file extension for Microsoft Binder.
1619pub const FILE_EXTENSION_OBD: &str = "obd";
1620
1621/// The file extension for an object file.
1622pub const FILE_EXTENSION_OBJ: &str = "obj";
1623
1624/// The file extension for ODA.
1625pub const FILE_EXTENSION_ODA: &str = "oda";
1626
1627/// The file extension for OpenDocument Database.
1628pub const FILE_EXTENSION_ODB: &str = "odb";
1629
1630/// The file extension for OpenDocument Chart.
1631pub const FILE_EXTENSION_ODC: &str = "odc";
1632
1633/// The file extension for OpenDocument Formula.
1634pub const FILE_EXTENSION_ODF: &str = "odf";
1635
1636/// The file extension for OpenDocument Formula Template.
1637pub const FILE_EXTENSION_ODFT: &str = "odft";
1638
1639/// The file extension for OpenDocument Graphics.
1640pub const FILE_EXTENSION_ODG: &str = "odg";
1641
1642/// The file extension for OpenDocument Image.
1643pub const FILE_EXTENSION_ODI: &str = "odi";
1644
1645/// The file extension for OpenDocument Text Master.
1646pub const FILE_EXTENSION_ODM: &str = "odm";
1647
1648/// The file extension for OpenDocument Presentation.
1649pub const FILE_EXTENSION_ODP: &str = "odp";
1650
1651/// The file extension for OpenDocument Spreadsheet.
1652pub const FILE_EXTENSION_ODS: &str = "ods";
1653
1654/// The file extension for OpenDocument Text.
1655pub const FILE_EXTENSION_ODT: &str = "odt";
1656
1657/// The file extension for Ogg audio.
1658pub const FILE_EXTENSION_OGA: &str = "oga";
1659
1660/// The file extension for Ogg.
1661pub const FILE_EXTENSION_OGG: &str = "ogg";
1662
1663/// The file extension for Ogg video.
1664pub const FILE_EXTENSION_OGV: &str = "ogv";
1665
1666/// The file extension for Ogg.
1667pub const FILE_EXTENSION_OGX: &str = "ogx";
1668
1669/// The file extension for OMDOC XML.
1670pub const FILE_EXTENSION_OMDOC: &str = "omdoc";
1671
1672/// The file extension for OneNote.
1673pub const FILE_EXTENSION_ONEPKG: &str = "onepkg";
1674
1675/// The file extension for OneNote.
1676pub const FILE_EXTENSION_ONETMP: &str = "onetmp";
1677
1678/// The file extension for OneNote.
1679pub const FILE_EXTENSION_ONETOC: &str = "onetoc";
1680
1681/// The file extension for OneNote.
1682pub const FILE_EXTENSION_ONETOC2: &str = "onetoc2";
1683
1684/// The file extension for OEBPS Package XML.
1685pub const FILE_EXTENSION_OPF: &str = "opf";
1686
1687/// The file extension for OPML.
1688pub const FILE_EXTENSION_OPML: &str = "opml";
1689
1690/// The file extension for Palm.
1691pub const FILE_EXTENSION_OPRC: &str = "oprc";
1692
1693/// The file extension for Lotus Organizer.
1694pub const FILE_EXTENSION_ORG: &str = "org";
1695
1696/// The file extension for Yamaha OpenScoreFormat.
1697pub const FILE_EXTENSION_OSF: &str = "osf";
1698
1699/// The file extension for Yamaha OpenScoreFormat OSFPVG XML.
1700pub const FILE_EXTENSION_OSFPVG: &str = "osfpvg";
1701
1702/// The file extension for OpenDocument Chart Template.
1703pub const FILE_EXTENSION_OTC: &str = "otc";
1704
1705/// The file extension for OpenType Font.
1706pub const FILE_EXTENSION_OTF: &str = "otf";
1707
1708/// The file extension for OpenDocument Graphics Template.
1709pub const FILE_EXTENSION_OTG: &str = "otg";
1710
1711/// The file extension for OpenDocument Text Web.
1712pub const FILE_EXTENSION_OTH: &str = "oth";
1713
1714/// The file extension for OpenDocument Image Template.
1715pub const FILE_EXTENSION_OTI: &str = "oti";
1716
1717/// The file extension for OpenDocument Presentation Template.
1718pub const FILE_EXTENSION_OTP: &str = "otp";
1719
1720/// The file extension for OpenDocument Spreadsheet Template.
1721pub const FILE_EXTENSION_OTS: &str = "ots";
1722
1723/// The file extension for OpenDocument Text Template.
1724pub const FILE_EXTENSION_OTT: &str = "ott";
1725
1726/// The file extension for OpenXPS.
1727pub const FILE_EXTENSION_OXPS: &str = "oxps";
1728
1729/// The file extension for OpenOffice Extension.
1730pub const FILE_EXTENSION_OXT: &str = "oxt";
1731
1732/// The file extension for Pascal source.
1733pub const FILE_EXTENSION_P: &str = "p";
1734
1735/// The file extension for PKCS #10.
1736pub const FILE_EXTENSION_P10: &str = "p10";
1737
1738/// The file extension for PKCS #12.
1739pub const FILE_EXTENSION_P12: &str = "p12";
1740
1741/// The file extension for PKCS #7 Certificates.
1742pub const FILE_EXTENSION_P7B: &str = "p7b";
1743
1744/// The file extension for PKCS #7 MIME.
1745pub const FILE_EXTENSION_P7C: &str = "p7c";
1746
1747/// The file extension for PKCS #7 MIME.
1748pub const FILE_EXTENSION_P7M: &str = "p7m";
1749
1750/// The file extension for PKCS #7 Certificate Request/Response.
1751pub const FILE_EXTENSION_P7R: &str = "p7r";
1752
1753/// The file extension for PKCS #7 Signature.
1754pub const FILE_EXTENSION_P7S: &str = "p7s";
1755
1756/// The file extension for PKCS #8.
1757pub const FILE_EXTENSION_P8: &str = "p8";
1758
1759/// The file extension for Pascal source.
1760pub const FILE_EXTENSION_PAS: &str = "pas";
1761
1762/// The file extension for Pawaafile.
1763pub const FILE_EXTENSION_PAW: &str = "paw";
1764
1765/// The file extension for PowerBuilder 6.
1766pub const FILE_EXTENSION_PBD: &str = "pbd";
1767
1768/// The file extension for Portable Bitmap image.
1769pub const FILE_EXTENSION_PBM: &str = "pbm";
1770
1771/// The file extension for TCPDump capture file.
1772pub const FILE_EXTENSION_PCAP: &str = "pcap";
1773
1774/// The file extension for PCF font.
1775pub const FILE_EXTENSION_PCF: &str = "pcf";
1776
1777/// The file extension for HP PCL.
1778pub const FILE_EXTENSION_PCL: &str = "pcl";
1779
1780/// The file extension for HP PCLXL.
1781pub const FILE_EXTENSION_PCLXL: &str = "pclxl";
1782
1783/// The file extension for PICT image.
1784pub const FILE_EXTENSION_PCT: &str = "pct";
1785
1786/// The file extension for cURL PCURL.
1787pub const FILE_EXTENSION_PCURL: &str = "pcurl";
1788
1789/// The file extension for PCX image.
1790pub const FILE_EXTENSION_PCX: &str = "pcx";
1791
1792/// The file extension for Palm.
1793pub const FILE_EXTENSION_PDB: &str = "pdb";
1794
1795/// The file extension for PDF.
1796pub const FILE_EXTENSION_PDF: &str = "pdf";
1797
1798/// The file extension for Adobe Font Metrics.
1799pub const FILE_EXTENSION_PFA: &str = "pfa";
1800
1801/// The file extension for Adobe Font Metrics.
1802pub const FILE_EXTENSION_PFB: &str = "pfb";
1803
1804/// The file extension for Adobe Font Metrics.
1805pub const FILE_EXTENSION_PFM: &str = "pfm";
1806
1807/// The file extension for Font Tdpfr.
1808pub const FILE_EXTENSION_PFR: &str = "pfr";
1809
1810/// The file extension for PKCS #12.
1811pub const FILE_EXTENSION_PFX: &str = "pfx";
1812
1813/// The file extension for Portable Graymap image.
1814pub const FILE_EXTENSION_PGM: &str = "pgm";
1815
1816/// The file extension for PGN chess notation.
1817pub const FILE_EXTENSION_PGN: &str = "pgn";
1818
1819/// The file extension for PGP encrypted.
1820pub const FILE_EXTENSION_PGP: &str = "pgp";
1821
1822/// The file extension for PICT image.
1823pub const FILE_EXTENSION_PIC: &str = "pic";
1824
1825/// The file extension for PICT image.
1826pub const FILE_EXTENSION_PICT: &str = "pict";
1827
1828/// The file extension for a package file.
1829pub const FILE_EXTENSION_PKG: &str = "pkg";
1830
1831/// The file extension for PKIXCMP.
1832pub const FILE_EXTENSION_PKI: &str = "pki";
1833
1834/// The file extension for PKIX PKIPath.
1835pub const FILE_EXTENSION_PKIPATH: &str = "pkipath";
1836
1837/// The file extension for 3GPP PIC BW Large.
1838pub const FILE_EXTENSION_PLB: &str = "plb";
1839
1840/// The file extension for Mobius PLC.
1841pub const FILE_EXTENSION_PLC: &str = "plc";
1842
1843/// The file extension for PocketLearn.
1844pub const FILE_EXTENSION_PLF: &str = "plf";
1845
1846/// The file extension for SCPLS playlist.
1847pub const FILE_EXTENSION_PLS: &str = "pls";
1848
1849/// The file extension for CTC POSML.
1850pub const FILE_EXTENSION_PML: &str = "pml";
1851
1852/// The file extension for PNG image.
1853pub const FILE_EXTENSION_PNG: &str = "png";
1854
1855/// The file extension for Portable Anymap image.
1856pub const FILE_EXTENSION_PNM: &str = "pnm";
1857
1858/// The file extension for MacPaint image.
1859pub const FILE_EXTENSION_PNT: &str = "pnt";
1860
1861/// The file extension for MacPorts Portpkg.
1862pub const FILE_EXTENSION_PORTPKG: &str = "portpkg";
1863
1864/// The file extension for Microsoft PowerPoint.
1865pub const FILE_EXTENSION_POT: &str = "pot";
1866
1867/// The file extension for Microsoft PowerPoint Template (Macro-Enabled).
1868pub const FILE_EXTENSION_POTM: &str = "potm";
1869
1870/// The file extension for Office Open XML Presentation Template.
1871pub const FILE_EXTENSION_POTX: &str = "potx";
1872
1873/// The file extension for Microsoft PowerPoint Add-in (Macro-Enabled).
1874pub const FILE_EXTENSION_PPAM: &str = "ppam";
1875
1876/// The file extension for CUPS PPD.
1877pub const FILE_EXTENSION_PPD: &str = "ppd";
1878
1879/// The file extension for Portable Pixmap image.
1880pub const FILE_EXTENSION_PPM: &str = "ppm";
1881
1882/// The file extension for Microsoft PowerPoint.
1883pub const FILE_EXTENSION_PPS: &str = "pps";
1884
1885/// The file extension for Microsoft PowerPoint Slideshow (Macro-Enabled).
1886pub const FILE_EXTENSION_PPSM: &str = "ppsm";
1887
1888/// The file extension for Office Open XML Presentation Slideshow.
1889pub const FILE_EXTENSION_PPSX: &str = "ppsx";
1890
1891/// The file extension for Microsoft PowerPoint.
1892pub const FILE_EXTENSION_PPT: &str = "ppt";
1893
1894/// The file extension for Microsoft PowerPoint Presentation (Macro-Enabled).
1895pub const FILE_EXTENSION_PPTM: &str = "pptm";
1896
1897/// The file extension for Office Open XML Presentation.
1898pub const FILE_EXTENSION_PPTX: &str = "pptx";
1899
1900/// The file extension for Palm.
1901pub const FILE_EXTENSION_PQA: &str = "pqa";
1902
1903/// The file extension for Palm.
1904pub const FILE_EXTENSION_PRC: &str = "prc";
1905
1906/// The file extension for Lotus Freelance.
1907pub const FILE_EXTENSION_PRE: &str = "pre";
1908
1909/// The file extension for a profile file.
1910pub const FILE_EXTENSION_PRF: &str = "prf";
1911
1912/// The file extension for PostScript.
1913pub const FILE_EXTENSION_PS: &str = "ps";
1914
1915/// The file extension for 3GPP PIC BW Small.
1916pub const FILE_EXTENSION_PSB: &str = "psb";
1917
1918/// The file extension for Adobe Photoshop.
1919pub const FILE_EXTENSION_PSD: &str = "psd";
1920
1921/// The file extension for Linux PSF font.
1922pub const FILE_EXTENSION_PSF: &str = "psf";
1923
1924/// The file extension for PSKC XML.
1925pub const FILE_EXTENSION_PSKCXML: &str = "pskcxml";
1926
1927/// The file extension for PVI PTID1.
1928pub const FILE_EXTENSION_PTID: &str = "ptid";
1929
1930/// The file extension for Microsoft Publisher.
1931pub const FILE_EXTENSION_PUB: &str = "pub";
1932
1933/// The file extension for 3GPP PIC BW Var.
1934pub const FILE_EXTENSION_PVB: &str = "pvb";
1935
1936/// The file extension for 3M Post-It Notes.
1937pub const FILE_EXTENSION_PWN: &str = "pwn";
1938
1939/// The file extension for Microsoft PlayReady Media PYA.
1940pub const FILE_EXTENSION_PYA: &str = "pya";
1941
1942/// The file extension for Microsoft PlayReady Media PYV.
1943pub const FILE_EXTENSION_PYV: &str = "pyv";
1944
1945/// The file extension for Epson QuickAnime.
1946pub const FILE_EXTENSION_QAM: &str = "qam";
1947
1948/// The file extension for Intuit QBO.
1949pub const FILE_EXTENSION_QBO: &str = "qbo";
1950
1951/// The file extension for Intuit QFX.
1952pub const FILE_EXTENSION_QFX: &str = "qfx";
1953
1954/// The file extension for PubliShare Delta Tree.
1955pub const FILE_EXTENSION_QPS: &str = "qps";
1956
1957/// The file extension for QuickTime video.
1958pub const FILE_EXTENSION_QT: &str = "qt";
1959
1960/// The file extension for QuickTime image.
1961pub const FILE_EXTENSION_QTI: &str = "qti";
1962
1963/// The file extension for QuickTime image.
1964pub const FILE_EXTENSION_QTIF: &str = "qtif";
1965
1966/// The file extension for QuarkXPress.
1967pub const FILE_EXTENSION_QWD: &str = "qwd";
1968
1969/// The file extension for QuarkXPress.
1970pub const FILE_EXTENSION_QWT: &str = "qwt";
1971
1972/// The file extension for QuarkXPress.
1973pub const FILE_EXTENSION_QXB: &str = "qxb";
1974
1975/// The file extension for QuarkXPress.
1976pub const FILE_EXTENSION_QXD: &str = "qxd";
1977
1978/// The file extension for QuarkXPress.
1979pub const FILE_EXTENSION_QXL: &str = "qxl";
1980
1981/// The file extension for QuarkXPress.
1982pub const FILE_EXTENSION_QXT: &str = "qxt";
1983
1984/// The file extension for RealAudio.
1985pub const FILE_EXTENSION_RA: &str = "ra";
1986
1987/// The file extension for RealAudio.
1988pub const FILE_EXTENSION_RAM: &str = "ram";
1989
1990/// The file extension for RAR compressed archive.
1991pub const FILE_EXTENSION_RAR: &str = "rar";
1992
1993/// The file extension for CMU Raster image.
1994pub const FILE_EXTENSION_RAS: &str = "ras";
1995
1996/// The file extension for iPunplugged RCProfile.
1997pub const FILE_EXTENSION_RCPROFILE: &str = "rcprofile";
1998
1999/// The file extension for RDF XML.
2000pub const FILE_EXTENSION_RDF: &str = "rdf";
2001
2002/// The file extension for Data-Vision RDZ.
2003pub const FILE_EXTENSION_RDZ: &str = "rdz";
2004
2005/// The file extension for BusinessObjects.
2006pub const FILE_EXTENSION_REP: &str = "rep";
2007
2008/// The file extension for DTBResource XML.
2009pub const FILE_EXTENSION_RES: &str = "res";
2010
2011/// The file extension for RGB image.
2012pub const FILE_EXTENSION_RGB: &str = "rgb";
2013
2014/// The file extension for RegInfo XML.
2015pub const FILE_EXTENSION_RIF: &str = "rif";
2016
2017/// The file extension for RIP audio.
2018pub const FILE_EXTENSION_RIP: &str = "rip";
2019
2020/// The file extension for Research Info Systems.
2021pub const FILE_EXTENSION_RIS: &str = "ris";
2022
2023/// The file extension for Resource Lists XML.
2024pub const FILE_EXTENSION_RL: &str = "rl";
2025
2026/// The file extension for Fujixerox EDMICS RLC.
2027pub const FILE_EXTENSION_RLC: &str = "rlc";
2028
2029/// The file extension for Resource Lists Diff XML.
2030pub const FILE_EXTENSION_RLD: &str = "rld";
2031
2032/// The file extension for RealMedia.
2033pub const FILE_EXTENSION_RM: &str = "rm";
2034
2035/// The file extension for MIDI audio.
2036pub const FILE_EXTENSION_RMI: &str = "rmi";
2037
2038/// The file extension for RealAudio Plugin.
2039pub const FILE_EXTENSION_RMP: &str = "rmp";
2040
2041/// The file extension for JCP J2ME Midlet RMS.
2042pub const FILE_EXTENSION_RMS: &str = "rms";
2043
2044/// The file extension for RealMedia VBR.
2045pub const FILE_EXTENSION_RMVB: &str = "rmvb";
2046
2047/// The file extension for RELAX NG Compact Syntax.
2048pub const FILE_EXTENSION_RNC: &str = "rnc";
2049
2050/// The file extension for RPKI ROA.
2051pub const FILE_EXTENSION_ROA: &str = "roa";
2052
2053/// The file extension for Troff.
2054pub const FILE_EXTENSION_ROFF: &str = "roff";
2055
2056/// The file extension for Cloanto RP9.
2057pub const FILE_EXTENSION_RP9: &str = "rp9";
2058
2059/// The file extension for Nokia Radio Presets.
2060pub const FILE_EXTENSION_RPSS: &str = "rpss";
2061
2062/// The file extension for Nokia Radio Preset.
2063pub const FILE_EXTENSION_RPST: &str = "rpst";
2064
2065/// The file extension for SPARQL Query.
2066pub const FILE_EXTENSION_RQ: &str = "rq";
2067
2068/// The file extension for RSD XML.
2069pub const FILE_EXTENSION_RSD: &str = "rsd";
2070
2071/// The file extension for RSS XML.
2072pub const FILE_EXTENSION_RSS: &str = "rss";
2073
2074/// The file extension for RTF.
2075pub const FILE_EXTENSION_RTF: &str = "rtf";
2076
2077/// The file extension for Rich Text.
2078pub const FILE_EXTENSION_RTX: &str = "rtx";
2079
2080/// The file extension for Assembly source.
2081pub const FILE_EXTENSION_S: &str = "s";
2082
2083/// The file extension for S3M audio.
2084pub const FILE_EXTENSION_S3M: &str = "s3m";
2085
2086/// The file extension for Yamaha SMAF Audio.
2087pub const FILE_EXTENSION_SAF: &str = "saf";
2088
2089/// The file extension for SBML XML.
2090pub const FILE_EXTENSION_SBML: &str = "sbml";
2091
2092/// The file extension for Microsoft Schedule.
2093pub const FILE_EXTENSION_SCD: &str = "scd";
2094
2095/// The file extension for Lotus ScreenCam.
2096pub const FILE_EXTENSION_SCM: &str = "scm";
2097
2098/// The file extension for SCVP CV Request.
2099pub const FILE_EXTENSION_SCQ: &str = "scq";
2100
2101/// The file extension for SCVP CV Response.
2102pub const FILE_EXTENSION_SCS: &str = "scs";
2103
2104/// The file extension for cURL SCURL.
2105pub const FILE_EXTENSION_SCURL: &str = "scurl";
2106
2107/// The file extension for StarDivision Draw.
2108pub const FILE_EXTENSION_SDA: &str = "sda";
2109
2110/// The file extension for StarDivision Calc.
2111pub const FILE_EXTENSION_SDC: &str = "sdc";
2112
2113/// The file extension for StarDivision Impress.
2114pub const FILE_EXTENSION_SDD: &str = "sdd";
2115
2116/// The file extension for Solent SDKM XML.
2117pub const FILE_EXTENSION_SDKD: &str = "sdkd";
2118
2119/// The file extension for Solent SDKM XML.
2120pub const FILE_EXTENSION_SDKM: &str = "sdkm";
2121
2122/// The file extension for SDP.
2123pub const FILE_EXTENSION_SDP: &str = "sdp";
2124
2125/// The file extension for StarDivision Writer.
2126pub const FILE_EXTENSION_SDW: &str = "sdw";
2127
2128/// The file extension for SeeMail.
2129pub const FILE_EXTENSION_SEE: &str = "see";
2130
2131/// The file extension for FDSN mseed.
2132pub const FILE_EXTENSION_SEED: &str = "seed";
2133
2134/// The file extension for SEMA.
2135pub const FILE_EXTENSION_SEMA: &str = "sema";
2136
2137/// The file extension for SEMD.
2138pub const FILE_EXTENSION_SEMD: &str = "semd";
2139
2140/// The file extension for SEMF.
2141pub const FILE_EXTENSION_SEMF: &str = "semf";
2142
2143/// The file extension for Java Serialized Object.
2144pub const FILE_EXTENSION_SER: &str = "ser";
2145
2146/// The file extension for Set Payment Initiation.
2147pub const FILE_EXTENSION_SETPAY: &str = "setpay";
2148
2149/// The file extension for Set Registration Initiation.
2150pub const FILE_EXTENSION_SETREG: &str = "setreg";
2151
2152/// The file extension for Hydrostatix SOF-data.
2153pub const FILE_EXTENSION_SFD_HDSTX: &str = "sfd-hdstx";
2154
2155/// The file extension for Spotfire SFS.
2156pub const FILE_EXTENSION_SFS: &str = "sfs";
2157
2158/// The file extension for SFV.
2159pub const FILE_EXTENSION_SFV: &str = "sfv";
2160
2161/// The file extension for SGI image.
2162pub const FILE_EXTENSION_SGI: &str = "sgi";
2163
2164/// The file extension for StarDivision Writer Global.
2165pub const FILE_EXTENSION_SGL: &str = "sgl";
2166
2167/// The file extension for SGML.
2168pub const FILE_EXTENSION_SGM: &str = "sgm";
2169
2170/// The file extension for SGML.
2171pub const FILE_EXTENSION_SGML: &str = "sgml";
2172
2173/// The file extension for Shell script.
2174pub const FILE_EXTENSION_SH: &str = "sh";
2175
2176/// The file extension for Shar archive.
2177pub const FILE_EXTENSION_SHAR: &str = "shar";
2178
2179/// The file extension for SHF XML.
2180pub const FILE_EXTENSION_SHF: &str = "shf";
2181
2182/// The file extension for MrSID image.
2183pub const FILE_EXTENSION_SID: &str = "sid";
2184
2185/// The file extension for a signature file.
2186pub const FILE_EXTENSION_SIG: &str = "sig";
2187
2188/// The file extension for Silk audio.
2189pub const FILE_EXTENSION_SIL: &str = "sil";
2190
2191/// The file extension for a SILO file.
2192pub const FILE_EXTENSION_SILO: &str = "silo";
2193
2194/// The file extension for Symbian Install.
2195pub const FILE_EXTENSION_SIS: &str = "sis";
2196
2197/// The file extension for Symbian Install.
2198pub const FILE_EXTENSION_SISX: &str = "sisx";
2199
2200/// The file extension for StuffIt archive.
2201pub const FILE_EXTENSION_SIT: &str = "sit";
2202
2203/// The file extension for StuffItX archive.
2204pub const FILE_EXTENSION_SITX: &str = "sitx";
2205
2206/// The file extension for Koan.
2207pub const FILE_EXTENSION_SKD: &str = "skd";
2208
2209/// The file extension for Koan.
2210pub const FILE_EXTENSION_SKM: &str = "skm";
2211
2212/// The file extension for Koan.
2213pub const FILE_EXTENSION_SKP: &str = "skp";
2214
2215/// The file extension for Koan.
2216pub const FILE_EXTENSION_SKT: &str = "skt";
2217
2218/// The file extension for Microsoft PowerPoint Slide (Macro-Enabled).
2219pub const FILE_EXTENSION_SLDM: &str = "sldm";
2220
2221/// The file extension for Office Open XML Presentation Slide.
2222pub const FILE_EXTENSION_SLDX: &str = "sldx";
2223
2224/// The file extension for Epson SALT.
2225pub const FILE_EXTENSION_SLT: &str = "slt";
2226
2227/// The file extension for StepMania Stepchart.
2228pub const FILE_EXTENSION_SM: &str = "sm";
2229
2230/// The file extension for StarDivision Math.
2231pub const FILE_EXTENSION_SMF: &str = "smf";
2232
2233/// The file extension for SMIL XML.
2234pub const FILE_EXTENSION_SMI: &str = "smi";
2235
2236/// The file extension for SMIL XML.
2237pub const FILE_EXTENSION_SMIL: &str = "smil";
2238
2239/// The file extension for SMV video.
2240pub const FILE_EXTENSION_SMV: &str = "smv";
2241
2242/// The file extension for StepMania Package.
2243pub const FILE_EXTENSION_SMZIP: &str = "smzip";
2244
2245/// The file extension for basic audio.
2246pub const FILE_EXTENSION_SND: &str = "snd";
2247
2248/// The file extension for SNF font.
2249pub const FILE_EXTENSION_SNF: &str = "snf";
2250
2251/// The file extension for a shared object file.
2252pub const FILE_EXTENSION_SO: &str = "so";
2253
2254/// The file extension for Yamaha SMAF Phrase.
2255pub const FILE_EXTENSION_SPC: &str = "spc";
2256
2257/// The file extension for FutureSplash.
2258pub const FILE_EXTENSION_SPF: &str = "spf";
2259
2260/// The file extension for FutureSplash.
2261pub const FILE_EXTENSION_SPL: &str = "spl";
2262
2263/// The file extension for In3D Spot.
2264pub const FILE_EXTENSION_SPOT: &str = "spot";
2265
2266/// The file extension for SCVP VP Response.
2267pub const FILE_EXTENSION_SPP: &str = "spp";
2268
2269/// The file extension for SCVP VP Request.
2270pub const FILE_EXTENSION_SPQ: &str = "spq";
2271
2272/// The file extension for Ogg audio.
2273pub const FILE_EXTENSION_SPX: &str = "spx";
2274
2275/// The file extension for SQL.
2276pub const FILE_EXTENSION_SQL: &str = "sql";
2277
2278/// The file extension for WAIS source.
2279pub const FILE_EXTENSION_SRC: &str = "src";
2280
2281/// The file extension for SubRip subtitle.
2282pub const FILE_EXTENSION_SRT: &str = "srt";
2283
2284/// The file extension for SRU XML.
2285pub const FILE_EXTENSION_SRU: &str = "sru";
2286
2287/// The file extension for SPARQL Results XML.
2288pub const FILE_EXTENSION_SRX: &str = "srx";
2289
2290/// The file extension for SSDL XML.
2291pub const FILE_EXTENSION_SSDL: &str = "ssdl";
2292
2293/// The file extension for Kodak Descriptor.
2294pub const FILE_EXTENSION_SSE: &str = "sse";
2295
2296/// The file extension for Epson SSF.
2297pub const FILE_EXTENSION_SSF: &str = "ssf";
2298
2299/// The file extension for SSML XML.
2300pub const FILE_EXTENSION_SSML: &str = "ssml";
2301
2302/// The file extension for SailingTracker Track.
2303pub const FILE_EXTENSION_ST: &str = "st";
2304
2305/// The file extension for Sun XML Calc Template.
2306pub const FILE_EXTENSION_STC: &str = "stc";
2307
2308/// The file extension for Sun XML Draw Template.
2309pub const FILE_EXTENSION_STD: &str = "std";
2310
2311/// The file extension for WT STF.
2312pub const FILE_EXTENSION_STF: &str = "stf";
2313
2314/// The file extension for Sun XML Impress Template.
2315pub const FILE_EXTENSION_STI: &str = "sti";
2316
2317/// The file extension for HyperStudio.
2318pub const FILE_EXTENSION_STK: &str = "stk";
2319
2320/// The file extension for Microsoft PKI STL.
2321pub const FILE_EXTENSION_STL: &str = "stl";
2322
2323/// The file extension for PG Format.
2324pub const FILE_EXTENSION_STR: &str = "str";
2325
2326/// The file extension for Sun XML Writer Template.
2327pub const FILE_EXTENSION_STW: &str = "stw";
2328
2329/// The file extension for DVB Subtitle.
2330pub const FILE_EXTENSION_SUB: &str = "sub";
2331
2332/// The file extension for SUS Calendar.
2333pub const FILE_EXTENSION_SUS: &str = "sus";
2334
2335/// The file extension for SUS Calendar.
2336pub const FILE_EXTENSION_SUSP: &str = "susp";
2337
2338/// The file extension for SV4CPIO archive.
2339pub const FILE_EXTENSION_SV4CPIO: &str = "sv4cpio";
2340
2341/// The file extension for SV4CRC archive.
2342pub const FILE_EXTENSION_SV4CRC: &str = "sv4crc";
2343
2344/// The file extension for DVB Service.
2345pub const FILE_EXTENSION_SVC: &str = "svc";
2346
2347/// The file extension for SVD.
2348pub const FILE_EXTENSION_SVD: &str = "svd";
2349
2350/// The file extension for SVG image.
2351pub const FILE_EXTENSION_SVG: &str = "svg";
2352
2353/// The file extension for SVG image.
2354pub const FILE_EXTENSION_SVGZ: &str = "svgz";
2355
2356/// The file extension for Shockwave Flash.
2357pub const FILE_EXTENSION_SWA: &str = "swa";
2358
2359/// The file extension for Shockwave Flash.
2360pub const FILE_EXTENSION_SWF: &str = "swf";
2361
2362/// The file extension for Arista Networks SWI.
2363pub const FILE_EXTENSION_SWI: &str = "swi";
2364
2365/// The file extension for Sun XML Calc.
2366pub const FILE_EXTENSION_SXC: &str = "sxc";
2367
2368/// The file extension for Sun XML Draw.
2369pub const FILE_EXTENSION_SXD: &str = "sxd";
2370
2371/// The file extension for Sun XML Writer Global.
2372pub const FILE_EXTENSION_SXG: &str = "sxg";
2373
2374/// The file extension for Sun XML Impress.
2375pub const FILE_EXTENSION_SXI: &str = "sxi";
2376
2377/// The file extension for Sun XML Math.
2378pub const FILE_EXTENSION_SXM: &str = "sxm";
2379
2380/// The file extension for Sun XML Writer.
2381pub const FILE_EXTENSION_SXW: &str = "sxw";
2382
2383/// The file extension for Troff.
2384pub const FILE_EXTENSION_T: &str = "t";
2385
2386/// The file extension for T3VM image.
2387pub const FILE_EXTENSION_T3: &str = "t3";
2388
2389/// The file extension for MyNFC.
2390pub const FILE_EXTENSION_TAGLET: &str = "taglet";
2391
2392/// The file extension for Tao Intent Module Archive.
2393pub const FILE_EXTENSION_TAO: &str = "tao";
2394
2395/// The file extension for TAR archive.
2396pub const FILE_EXTENSION_TAR: &str = "tar";
2397
2398/// The file extension for 3GPP2 TCAP.
2399pub const FILE_EXTENSION_TCAP: &str = "tcap";
2400
2401/// The file extension for Tcl script.
2402pub const FILE_EXTENSION_TCL: &str = "tcl";
2403
2404/// The file extension for SMART Teacher.
2405pub const FILE_EXTENSION_TEACHER: &str = "teacher";
2406
2407/// The file extension for TEI XML.
2408pub const FILE_EXTENSION_TEI: &str = "tei";
2409
2410/// The file extension for TEI XML.
2411pub const FILE_EXTENSION_TEICORPUS: &str = "teicorpus";
2412
2413/// The file extension for TeX.
2414pub const FILE_EXTENSION_TEX: &str = "tex";
2415
2416/// The file extension for Texinfo.
2417pub const FILE_EXTENSION_TEXI: &str = "texi";
2418
2419/// The file extension for Texinfo.
2420pub const FILE_EXTENSION_TEXINFO: &str = "texinfo";
2421
2422/// The file extension for a text file.
2423pub const FILE_EXTENSION_TEXT: &str = "text";
2424
2425/// The file extension for Thraud XML.
2426pub const FILE_EXTENSION_TFI: &str = "tfi";
2427
2428/// The file extension for TeX TFM.
2429pub const FILE_EXTENSION_TFM: &str = "tfm";
2430
2431/// The file extension for TGA image.
2432pub const FILE_EXTENSION_TGA: &str = "tga";
2433
2434/// The file extension for Microsoft Office Theme.
2435pub const FILE_EXTENSION_THMX: &str = "thmx";
2436
2437/// The file extension for TIFF image.
2438pub const FILE_EXTENSION_TIF: &str = "tif";
2439
2440/// The file extension for TIFF image.
2441pub const FILE_EXTENSION_TIFF: &str = "tiff";
2442
2443/// The file extension for T-Mobile LiveTV.
2444pub const FILE_EXTENSION_TMO: &str = "tmo";
2445
2446/// The file extension for BitTorrent.
2447pub const FILE_EXTENSION_TORRENT: &str = "torrent";
2448
2449/// The file extension for Groove Tool Template.
2450pub const FILE_EXTENSION_TPL: &str = "tpl";
2451
2452/// The file extension for TRID TPT.
2453pub const FILE_EXTENSION_TPT: &str = "tpt";
2454
2455/// The file extension for Troff.
2456pub const FILE_EXTENSION_TR: &str = "tr";
2457
2458/// The file extension for TrueApp.
2459pub const FILE_EXTENSION_TRA: &str = "tra";
2460
2461/// The file extension for Microsoft Terminal.
2462pub const FILE_EXTENSION_TRM: &str = "trm";
2463
2464/// The file extension for Timestamped Data.
2465pub const FILE_EXTENSION_TSD: &str = "tsd";
2466
2467/// The file extension for Tab-Separated Values.
2468pub const FILE_EXTENSION_TSV: &str = "tsv";
2469
2470/// The file extension for Font Collection.
2471pub const FILE_EXTENSION_TTC: &str = "ttc";
2472
2473/// The file extension for TrueType Font.
2474pub const FILE_EXTENSION_TTF: &str = "ttf";
2475
2476/// The file extension for Turtle.
2477pub const FILE_EXTENSION_TTL: &str = "ttl";
2478
2479/// The file extension for SimTech MindMapper.
2480pub const FILE_EXTENSION_TWD: &str = "twd";
2481
2482/// The file extension for SimTech MindMapper.
2483pub const FILE_EXTENSION_TWDS: &str = "twds";
2484
2485/// The file extension for Genomatix Tuxedo.
2486pub const FILE_EXTENSION_TXD: &str = "txd";
2487
2488/// The file extension for Mobius TXF.
2489pub const FILE_EXTENSION_TXF: &str = "txf";
2490
2491/// The file extension for a text file.
2492pub const FILE_EXTENSION_TXT: &str = "txt";
2493
2494/// The file extension for UFDL.
2495pub const FILE_EXTENSION_U32: &str = "u32";
2496
2497/// The file extension for a udeb file.
2498pub const FILE_EXTENSION_UDEB: &str = "udeb";
2499
2500/// The file extension for UFDL.
2501pub const FILE_EXTENSION_UFD: &str = "ufd";
2502
2503/// The file extension for UFDL.
2504pub const FILE_EXTENSION_UFDL: &str = "ufdl";
2505
2506/// The file extension for Glulx game.
2507pub const FILE_EXTENSION_ULW: &str = "ulw";
2508
2509/// The file extension for Glulx game.
2510pub const FILE_EXTENSION_ULX: &str = "ulx";
2511
2512/// The file extension for UMAJIN.
2513pub const FILE_EXTENSION_UMJ: &str = "umj";
2514
2515/// The file extension for Unity.
2516pub const FILE_EXTENSION_UNITYWEB: &str = "unityweb";
2517
2518/// The file extension for UOML XML.
2519pub const FILE_EXTENSION_UOML: &str = "uoml";
2520
2521/// The file extension for URI List.
2522pub const FILE_EXTENSION_URI: &str = "uri";
2523
2524/// The file extension for URI List.
2525pub const FILE_EXTENSION_URIS: &str = "uris";
2526
2527/// The file extension for URI List.
2528pub const FILE_EXTENSION_URLS: &str = "urls";
2529
2530/// The file extension for USTAR archive.
2531pub const FILE_EXTENSION_USTAR: &str = "ustar";
2532
2533/// The file extension for UIQ Theme.
2534pub const FILE_EXTENSION_UTZ: &str = "utz";
2535
2536/// The file extension for UUEncode.
2537pub const FILE_EXTENSION_UU: &str = "uu";
2538
2539/// The file extension for DECE audio.
2540pub const FILE_EXTENSION_UVA: &str = "uva";
2541
2542/// The file extension for DECE data.
2543pub const FILE_EXTENSION_UVD: &str = "uvd";
2544
2545/// The file extension for DECE data.
2546pub const FILE_EXTENSION_UVF: &str = "uvf";
2547
2548/// The file extension for DECE graphic.
2549pub const FILE_EXTENSION_UVG: &str = "uvg";
2550
2551/// The file extension for DECE HD video.
2552pub const FILE_EXTENSION_UVH: &str = "uvh";
2553
2554/// The file extension for DECE graphic.
2555pub const FILE_EXTENSION_UVI: &str = "uvi";
2556
2557/// The file extension for DECE mobile video.
2558pub const FILE_EXTENSION_UVM: &str = "uvm";
2559
2560/// The file extension for DECE PD video.
2561pub const FILE_EXTENSION_UVP: &str = "uvp";
2562
2563/// The file extension for DECE SD video.
2564pub const FILE_EXTENSION_UVS: &str = "uvs";
2565
2566/// The file extension for DECE TTML XML.
2567pub const FILE_EXTENSION_UVT: &str = "uvt";
2568
2569/// The file extension for UVVU MP4 video.
2570pub const FILE_EXTENSION_UVU: &str = "uvu";
2571
2572/// The file extension for DECE video.
2573pub const FILE_EXTENSION_UVV: &str = "uvv";
2574
2575/// The file extension for DECE audio.
2576pub const FILE_EXTENSION_UVVA: &str = "uvva";
2577
2578/// The file extension for DECE data.
2579pub const FILE_EXTENSION_UVVD: &str = "uvvd";
2580
2581/// The file extension for DECE data.
2582pub const FILE_EXTENSION_UVVF: &str = "uvvf";
2583
2584/// The file extension for DECE graphic.
2585pub const FILE_EXTENSION_UVVG: &str = "uvvg";
2586
2587/// The file extension for DECE HD video.
2588pub const FILE_EXTENSION_UVVH: &str = "uvvh";
2589
2590/// The file extension for DECE graphic.
2591pub const FILE_EXTENSION_UVVI: &str = "uvvi";
2592
2593/// The file extension for DECE mobile video.
2594pub const FILE_EXTENSION_UVVM: &str = "uvvm";
2595
2596/// The file extension for DECE PD video.
2597pub const FILE_EXTENSION_UVVP: &str = "uvvp";
2598
2599/// The file extension for DECE SD video.
2600pub const FILE_EXTENSION_UVVS: &str = "uvvs";
2601
2602/// The file extension for DECE TTML XML.
2603pub const FILE_EXTENSION_UVVT: &str = "uvvt";
2604
2605/// The file extension for UVVU MP4 video.
2606pub const FILE_EXTENSION_UVVU: &str = "uvvu";
2607
2608/// The file extension for DECE video.
2609pub const FILE_EXTENSION_UVVV: &str = "uvvv";
2610
2611/// The file extension for DECE unspecified.
2612pub const FILE_EXTENSION_UVVX: &str = "uvvx";
2613
2614/// The file extension for DECE ZIP.
2615pub const FILE_EXTENSION_UVVZ: &str = "uvvz";
2616
2617/// The file extension for DECE unspecified.
2618pub const FILE_EXTENSION_UVX: &str = "uvx";
2619
2620/// The file extension for DECE ZIP.
2621pub const FILE_EXTENSION_UVZ: &str = "uvz";
2622
2623/// The file extension for vCard.
2624pub const FILE_EXTENSION_VCARD: &str = "vcard";
2625
2626/// The file extension for CDLink.
2627pub const FILE_EXTENSION_VCD: &str = "vcd";
2628
2629/// The file extension for vCard.
2630pub const FILE_EXTENSION_VCF: &str = "vcf";
2631
2632/// The file extension for Groove vCard.
2633pub const FILE_EXTENSION_VCG: &str = "vcg";
2634
2635/// The file extension for vCalendar.
2636pub const FILE_EXTENSION_VCS: &str = "vcs";
2637
2638/// The file extension for VCX.
2639pub const FILE_EXTENSION_VCX: &str = "vcx";
2640
2641/// The file extension for Visionary.
2642pub const FILE_EXTENSION_VIS: &str = "vis";
2643
2644/// The file extension for Vivo video.
2645pub const FILE_EXTENSION_VIV: &str = "viv";
2646
2647/// The file extension for VOB video.
2648pub const FILE_EXTENSION_VOB: &str = "vob";
2649
2650/// The file extension for VRML model.
2651pub const FILE_EXTENSION_VOR: &str = "vor";
2652
2653/// The file extension for VSF.
2654pub const FILE_EXTENSION_VOX: &str = "vox";
2655
2656/// The file extension for VRML model.
2657pub const FILE_EXTENSION_VRML: &str = "vrml";
2658
2659/// The file extension for Microsoft Visio.
2660pub const FILE_EXTENSION_VSD: &str = "vsd";
2661
2662/// The file extension for VSF.
2663pub const FILE_EXTENSION_VSF: &str = "vsf";
2664
2665/// The file extension for Microsoft Visio.
2666pub const FILE_EXTENSION_VSS: &str = "vss";
2667
2668/// The file extension for Microsoft Visio.
2669pub const FILE_EXTENSION_VST: &str = "vst";
2670
2671/// The file extension for Microsoft Visio.
2672pub const FILE_EXTENSION_VSW: &str = "vsw";
2673
2674/// The file extension for VTU model.
2675pub const FILE_EXTENSION_VTU: &str = "vtu";
2676
2677/// The file extension for VoiceXML.
2678pub const FILE_EXTENSION_VXML: &str = "vxml";
2679
2680/// The file extension for Adobe Director.
2681pub const FILE_EXTENSION_W3D: &str = "w3d";
2682
2683/// The file extension for Doom WAD.
2684pub const FILE_EXTENSION_WAD: &str = "wad";
2685
2686/// The file extension for WAV audio.
2687pub const FILE_EXTENSION_WAV: &str = "wav";
2688
2689/// The file extension for WAX audio.
2690pub const FILE_EXTENSION_WAX: &str = "wax";
2691
2692/// The file extension for WAP WBMP image.
2693pub const FILE_EXTENSION_WBMP: &str = "wbmp";
2694
2695/// The file extension for Critical Tools WBS XML.
2696pub const FILE_EXTENSION_WBS: &str = "wbs";
2697
2698/// The file extension for WAP WBXML.
2699pub const FILE_EXTENSION_WBXML: &str = "wbxml";
2700
2701/// The file extension for Microsoft Works.
2702pub const FILE_EXTENSION_WCM: &str = "wcm";
2703
2704/// The file extension for Microsoft Works.
2705pub const FILE_EXTENSION_WDB: &str = "wdb";
2706
2707/// The file extension for Microsoft Photo.
2708pub const FILE_EXTENSION_WDP: &str = "wdp";
2709
2710/// The file extension for WebM audio.
2711pub const FILE_EXTENSION_WEBA: &str = "weba";
2712
2713/// The file extension for WebM video.
2714pub const FILE_EXTENSION_WEBM: &str = "webm";
2715
2716/// The file extension for WebP image.
2717pub const FILE_EXTENSION_WEBP: &str = "webp";
2718
2719/// The file extension for PMI Widget.
2720pub const FILE_EXTENSION_WG: &str = "wg";
2721
2722/// The file extension for Widget.
2723pub const FILE_EXTENSION_WGT: &str = "wgt";
2724
2725/// The file extension for Microsoft Works.
2726pub const FILE_EXTENSION_WKS: &str = "wks";
2727
2728/// The file extension for WM video.
2729pub const FILE_EXTENSION_WM: &str = "wm";
2730
2731/// The file extension for WMA audio.
2732pub const FILE_EXTENSION_WMA: &str = "wma";
2733
2734/// The file extension for WMD.
2735pub const FILE_EXTENSION_WMD: &str = "wmd";
2736
2737/// The file extension for Microsoft Metafile.
2738pub const FILE_EXTENSION_WMF: &str = "wmf";
2739
2740/// The file extension for WAP WML.
2741pub const FILE_EXTENSION_WML: &str = "wml";
2742
2743/// The file extension for WAP WMLC.
2744pub const FILE_EXTENSION_WMLC: &str = "wmlc";
2745
2746/// The file extension for WAP WMLScript.
2747pub const FILE_EXTENSION_WMLS: &str = "wmls";
2748
2749/// The file extension for WAP WMLScriptC.
2750pub const FILE_EXTENSION_WMLSC: &str = "wmlsc";
2751
2752/// The file extension for WMV video.
2753pub const FILE_EXTENSION_WMV: &str = "wmv";
2754
2755/// The file extension for WMX video.
2756pub const FILE_EXTENSION_WMX: &str = "wmx";
2757
2758/// The file extension for Microsoft Metafile.
2759pub const FILE_EXTENSION_WMZ: &str = "wmz";
2760
2761/// The file extension for WOFF font.
2762pub const FILE_EXTENSION_WOFF: &str = "woff";
2763
2764/// The file extension for WOFF2 font.
2765pub const FILE_EXTENSION_WOFF2: &str = "woff2";
2766
2767/// The file extension for WordPerfect.
2768pub const FILE_EXTENSION_WPD: &str = "wpd";
2769
2770/// The file extension for Microsoft WPL.
2771pub const FILE_EXTENSION_WPL: &str = "wpl";
2772
2773/// The file extension for Microsoft Works.
2774pub const FILE_EXTENSION_WPS: &str = "wps";
2775
2776/// The file extension for WQD.
2777pub const FILE_EXTENSION_WQD: &str = "wqd";
2778
2779/// The file extension for Microsoft Write.
2780pub const FILE_EXTENSION_WRI: &str = "wri";
2781
2782/// The file extension for VRML model.
2783pub const FILE_EXTENSION_WRL: &str = "wrl";
2784
2785/// The file extension for WSDL XML.
2786pub const FILE_EXTENSION_WSDL: &str = "wsdl";
2787
2788/// The file extension for WSPolicy XML.
2789pub const FILE_EXTENSION_WSPOLICY: &str = "wspolicy";
2790
2791/// The file extension for WebTurbo.
2792pub const FILE_EXTENSION_WTB: &str = "wtb";
2793
2794/// The file extension for WVX video.
2795pub const FILE_EXTENSION_WVX: &str = "wvx";
2796
2797/// The file extension for X3D XML.
2798pub const FILE_EXTENSION_X32: &str = "x32";
2799
2800/// The file extension for X3D XML.
2801pub const FILE_EXTENSION_X3D: &str = "x3d";
2802
2803/// The file extension for X3D Binary.
2804pub const FILE_EXTENSION_X3DB: &str = "x3db";
2805
2806/// The file extension for X3D Binary.
2807pub const FILE_EXTENSION_X3DBZ: &str = "x3dbz";
2808
2809/// The file extension for X3D VRML.
2810pub const FILE_EXTENSION_X3DV: &str = "x3dv";
2811
2812/// The file extension for X3D VRML.
2813pub const FILE_EXTENSION_X3DVZ: &str = "x3dvz";
2814
2815/// The file extension for X3D XML.
2816pub const FILE_EXTENSION_X3DZ: &str = "x3dz";
2817
2818/// The file extension for XAML XML.
2819pub const FILE_EXTENSION_XAML: &str = "xaml";
2820
2821/// The file extension for Silverlight App.
2822pub const FILE_EXTENSION_XAP: &str = "xap";
2823
2824/// The file extension for Xara.
2825pub const FILE_EXTENSION_XAR: &str = "xar";
2826
2827/// The file extension for Microsoft XBAP.
2828pub const FILE_EXTENSION_XBAP: &str = "xbap";
2829
2830/// The file extension for Fujixerox DocuWorks Binder.
2831pub const FILE_EXTENSION_XBD: &str = "xbd";
2832
2833/// The file extension for XBM image.
2834pub const FILE_EXTENSION_XBM: &str = "xbm";
2835
2836/// The file extension for XCAP Diff XML.
2837pub const FILE_EXTENSION_XDF: &str = "xdf";
2838
2839/// The file extension for SyncML DM XML.
2840pub const FILE_EXTENSION_XDM: &str = "xdm";
2841
2842/// The file extension for Adobe XDP XML.
2843pub const FILE_EXTENSION_XDP: &str = "xdp";
2844
2845/// The file extension for DSSC XML.
2846pub const FILE_EXTENSION_XDSSC: &str = "xdssc";
2847
2848/// The file extension for Fujixerox DocuWorks.
2849pub const FILE_EXTENSION_XDW: &str = "xdw";
2850
2851/// The file extension for XENC XML.
2852pub const FILE_EXTENSION_XENC: &str = "xenc";
2853
2854/// The file extension for Patch Ops Error XML.
2855pub const FILE_EXTENSION_XER: &str = "xer";
2856
2857/// The file extension for Adobe XFDF.
2858pub const FILE_EXTENSION_XFDF: &str = "xfdf";
2859
2860/// The file extension for XFDL.
2861pub const FILE_EXTENSION_XFDL: &str = "xfdl";
2862
2863/// The file extension for XHTML XML.
2864pub const FILE_EXTENSION_XHT: &str = "xht";
2865
2866/// The file extension for XHTML XML.
2867pub const FILE_EXTENSION_XHTML: &str = "xhtml";
2868
2869/// The file extension for XV XML.
2870pub const FILE_EXTENSION_XHVML: &str = "xhvml";
2871
2872/// The file extension for XIFF image.
2873pub const FILE_EXTENSION_XIF: &str = "xif";
2874
2875/// The file extension for Microsoft Excel.
2876pub const FILE_EXTENSION_XLA: &str = "xla";
2877
2878/// The file extension for Microsoft Excel Add-in (Macro-Enabled).
2879pub const FILE_EXTENSION_XLAM: &str = "xlam";
2880
2881/// The file extension for Microsoft Excel.
2882pub const FILE_EXTENSION_XLC: &str = "xlc";
2883
2884/// The file extension for XLIFF XML.
2885pub const FILE_EXTENSION_XLF: &str = "xlf";
2886
2887/// The file extension for Microsoft Excel.
2888pub const FILE_EXTENSION_XLM: &str = "xlm";
2889
2890/// The file extension for Microsoft Excel.
2891pub const FILE_EXTENSION_XLS: &str = "xls";
2892
2893/// The file extension for Microsoft Excel Sheet (Binary, Macro-Enabled).
2894pub const FILE_EXTENSION_XLSB: &str = "xlsb";
2895
2896/// The file extension for Microsoft Excel Sheet (Macro-Enabled).
2897pub const FILE_EXTENSION_XLSM: &str = "xlsm";
2898
2899/// The file extension for Office Open XML Spreadsheet.
2900pub const FILE_EXTENSION_XLSX: &str = "xlsx";
2901
2902/// The file extension for Microsoft Excel Template.
2903pub const FILE_EXTENSION_XLT: &str = "xlt";
2904
2905/// The file extension for Microsoft Excel Template (Macro-Enabled).
2906pub const FILE_EXTENSION_XLTM: &str = "xltm";
2907
2908/// The file extension for Office Open XML Spreadsheet Template.
2909pub const FILE_EXTENSION_XLTX: &str = "xltx";
2910
2911/// The file extension for Microsoft Excel.
2912pub const FILE_EXTENSION_XLW: &str = "xlw";
2913
2914/// The file extension for XM audio.
2915pub const FILE_EXTENSION_XM: &str = "xm";
2916
2917/// The file extension for XML.
2918pub const FILE_EXTENSION_XML: &str = "xml";
2919
2920/// The file extension for OLPC Sugar.
2921pub const FILE_EXTENSION_XO: &str = "xo";
2922
2923/// The file extension for XOP XML.
2924pub const FILE_EXTENSION_XOP: &str = "xop";
2925
2926/// The file extension for XPInstall.
2927pub const FILE_EXTENSION_XPI: &str = "xpi";
2928
2929/// The file extension for XProc XML.
2930pub const FILE_EXTENSION_XPL: &str = "xpl";
2931
2932/// The file extension for XPM image.
2933pub const FILE_EXTENSION_XPM: &str = "xpm";
2934
2935/// The file extension for IS-XPR.
2936pub const FILE_EXTENSION_XPR: &str = "xpr";
2937
2938/// The file extension for Microsoft XPS Document.
2939pub const FILE_EXTENSION_XPS: &str = "xps";
2940
2941/// The file extension for Intercon FormNet.
2942pub const FILE_EXTENSION_XPW: &str = "xpw";
2943
2944/// The file extension for Intercon FormNet.
2945pub const FILE_EXTENSION_XPX: &str = "xpx";
2946
2947/// The file extension for XSLT XML.
2948pub const FILE_EXTENSION_XSL: &str = "xsl";
2949
2950/// The file extension for XSLT XML.
2951pub const FILE_EXTENSION_XSLT: &str = "xslt";
2952
2953/// The file extension for SyncML XML.
2954pub const FILE_EXTENSION_XSM: &str = "xsm";
2955
2956/// The file extension for XSPF XML.
2957pub const FILE_EXTENSION_XSPF: &str = "xspf";
2958
2959/// The file extension for Mozilla XUL XML.
2960pub const FILE_EXTENSION_XUL: &str = "xul";
2961
2962/// The file extension for XV XML.
2963pub const FILE_EXTENSION_XVM: &str = "xvm";
2964
2965/// The file extension for XV XML.
2966pub const FILE_EXTENSION_XVML: &str = "xvml";
2967
2968/// The file extension for XWD image.
2969pub const FILE_EXTENSION_XWD: &str = "xwd";
2970
2971/// The file extension for XYZ chemical.
2972pub const FILE_EXTENSION_XYZ: &str = "xyz";
2973
2974/// The file extension for XZ archive.
2975pub const FILE_EXTENSION_XZ: &str = "xz";
2976
2977/// The file extension for YANG.
2978pub const FILE_EXTENSION_YANG: &str = "yang";
2979
2980/// The file extension for YIN XML.
2981pub const FILE_EXTENSION_YIN: &str = "yin";
2982
2983/// The file extension for compress archive.
2984pub const FILE_EXTENSION_Z: &str = "z";
2985
2986/// The file extension for compress archive.
2987pub const FILE_EXTENSION_Z_UPPERCASEE: &str = "Z";
2988
2989/// The file extension for Z-machine.
2990pub const FILE_EXTENSION_Z1: &str = "z1";
2991
2992/// The file extension for Z-machine.
2993pub const FILE_EXTENSION_Z2: &str = "z2";
2994
2995/// The file extension for Z-machine.
2996pub const FILE_EXTENSION_Z3: &str = "z3";
2997
2998/// The file extension for Z-machine.
2999pub const FILE_EXTENSION_Z4: &str = "z4";
3000
3001/// The file extension for Z-machine.
3002pub const FILE_EXTENSION_Z5: &str = "z5";
3003
3004/// The file extension for Z-machine.
3005pub const FILE_EXTENSION_Z6: &str = "z6";
3006
3007/// The file extension for Z-machine.
3008pub const FILE_EXTENSION_Z7: &str = "z7";
3009
3010/// The file extension for Z-machine.
3011pub const FILE_EXTENSION_Z8: &str = "z8";
3012
3013/// The file extension for Zzazz Deck XML.
3014pub const FILE_EXTENSION_ZAZ: &str = "zaz";
3015
3016/// The file extension for ZIP archive.
3017pub const FILE_EXTENSION_ZIP: &str = "zip";
3018
3019/// The file extension for ZUL.
3020pub const FILE_EXTENSION_ZIR: &str = "zir";
3021
3022/// The file extension for ZUL.
3023pub const FILE_EXTENSION_ZIRZ: &str = "zirz";
3024
3025/// The file extension for Handheld Entertainment XML.
3026pub const FILE_EXTENSION_ZMM: &str = "zmm";
3027
3028/// The file extension for markdown.
3029pub const FILE_EXTENSION_MARKDOWN: &str = "md";
3030
3031/// The file extension for toml.
3032pub const FILE_EXTENSION_TOML: &str = "toml";
3033
3034/// The file extension for yaml.
3035pub const FILE_EXTENSION_YAML: &str = "yaml";
3036
3037/// The file extension for yaml.
3038pub const FILE_EXTENSION_YML: &str = "yml";
3039
3040/// The file extension for ini.
3041pub const FILE_EXTENSION_INI: &str = "ini";
3042
3043/// The file extension for cfg.
3044pub const FILE_EXTENSION_CFG: &str = "cfg";
3045
3046/// The file extension for Python.
3047pub const FILE_EXTENSION_PY: &str = "py";
3048
3049/// The file extension for Go.
3050pub const FILE_EXTENSION_GO: &str = "go";
3051
3052/// The file extension for TypeScript.
3053pub const FILE_EXTENSION_TS: &str = "ts";
3054
3055/// The file extension for C#.
3056pub const FILE_EXTENSION_CS: &str = "cs";
3057
3058/// The file extension for PHP.
3059pub const FILE_EXTENSION_PHP: &str = "php";
3060
3061/// The file extension for Ruby.
3062pub const FILE_EXTENSION_RB: &str = "rb";
3063
3064/// The file extension for Swift.
3065pub const FILE_EXTENSION_SWIFT: &str = "swift";
3066
3067/// The file extension for Kotlin.
3068pub const FILE_EXTENSION_KT: &str = "kt";
3069
3070/// The file extension for Kotlin Script.
3071pub const FILE_EXTENSION_KTS: &str = "kts";
3072
3073/// The file extension for Scala.
3074pub const FILE_EXTENSION_SCALA: &str = "scala";
3075
3076/// The file extension for IBM Secure Container or Scala Script.
3077pub const FILE_EXTENSION_SC: &str = "sc";
3078
3079/// The file extension for Perl.
3080pub const FILE_EXTENSION_PL: &str = "pl";
3081
3082/// The file extension for Perl Module.
3083pub const FILE_EXTENSION_PM: &str = "pm";
3084
3085/// The file extension for Lua.
3086pub const FILE_EXTENSION_LUA: &str = "lua";
3087
3088/// The file extension for PowerShell.
3089pub const FILE_EXTENSION_PS1: &str = "ps1";
3090
3091/// The file extension for C++ Header.
3092pub const FILE_EXTENSION_HPP: &str = "hpp";
3093
3094/// The file extension for Objective-C.
3095pub const FILE_EXTENSION_M: &str = "m";
3096
3097/// The file extension for Objective-C++.
3098pub const FILE_EXTENSION_MM: &str = "mm";
3099
3100/// The file extension for Groovy.
3101pub const FILE_EXTENSION_GROOVY: &str = "groovy";
3102
3103/// The file extension for R.
3104pub const FILE_EXTENSION_R: &str = "r";
3105
3106/// The file extension for SCSS.
3107pub const FILE_EXTENSION_SCSS: &str = "scss";
3108
3109/// The file extension for SASS.
3110pub const FILE_EXTENSION_SASS: &str = "sass";
3111
3112/// The file extension for LESS.
3113pub const FILE_EXTENSION_LESS: &str = "less";
3114
3115/// The file extension for Vue.
3116pub const FILE_EXTENSION_VUE: &str = "vue";
3117
3118/// The file extension for JSX.
3119pub const FILE_EXTENSION_JSX: &str = "jsx";
3120
3121/// The file extension for TSX.
3122pub const FILE_EXTENSION_TSX: &str = "tsx";
3123
3124/// The file extension for Dockerfile.
3125pub const FILE_EXTENSION_DOCKERFILE: &str = "dockerfile";
3126
3127/// The file extension for Makefile.
3128pub const FILE_EXTENSION_MAKEFILE: &str = "makefile";
3129
3130/// The file extension for Gitignore.
3131pub const FILE_EXTENSION_GITIGNORE: &str = "gitignore";
3132
3133/// The file extension for RLS Services XML or Rust.
3134pub const FILE_EXTENSION_RS: &str = "rs";
3135
3136/// The file extension for Haskell.
3137pub const FILE_EXTENSION_HS: &str = "hs";
3138
3139/// The file extension for Erlang.
3140pub const FILE_EXTENSION_ERL: &str = "erl";
3141
3142/// The file extension for Elixir.
3143pub const FILE_EXTENSION_EX: &str = "ex";
3144
3145/// The file extension for Elixir Script.
3146pub const FILE_EXTENSION_EXS: &str = "exs";
3147
3148/// The file extension for Clojure.
3149pub const FILE_EXTENSION_CLJ: &str = "clj";
3150
3151/// The file extension for ClojureScript.
3152pub const FILE_EXTENSION_CLJS: &str = "cljs";
3153
3154/// The file extension for Clojure Common.
3155pub const FILE_EXTENSION_CLJC: &str = "cljc";
3156
3157/// The file extension for F#.
3158pub const FILE_EXTENSION_FS: &str = "fs";
3159
3160/// The file extension for F# Script.
3161pub const FILE_EXTENSION_FSX: &str = "fsx";
3162
3163/// The file extension for OCaml.
3164pub const FILE_EXTENSION_ML: &str = "ml";
3165
3166/// The file extension for OCaml Interface.
3167pub const FILE_EXTENSION_MLI: &str = "mli";
3168
3169/// The file extension for Bash.
3170pub const FILE_EXTENSION_BASH: &str = "bash";
3171
3172/// The file extension for Zsh.
3173pub const FILE_EXTENSION_ZSH: &str = "zsh";
3174
3175/// The file extension for env.
3176pub const FILE_EXTENSION_ENV: &str = "env";
3177
3178/// The file extension for cj.
3179pub const FILE_EXTENSION_CJ: &str = "cj";