Skip to content

Commit

Permalink
Updates crate features section
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Dec 5, 2023
1 parent 4acd737 commit 91683c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ identification.
- `reader-pdf` - Enables Portable Document Format (PDF) based file formats detection.
- `reader-rm` - Enables RealMedia (RM) based file formats detection.
- `reader-txt` - Enables Plain Text (TXT) detection when the file format is not recognized by its
signature. Please note that this option only detects files that contain ASCII/UTF-8-encoded text.
signature. Please note that this feature only detects files containing ASCII/UTF-8-encoded text.
- `reader-xml` - Enables Extensible Markup Language (XML) based file formats detection. Please note
that these file formats may be detected without the feature in some cases.
that these file formats may be detected without the feature in certain cases.
- `reader-zip` - Enables ZIP-based file formats detection.

## Supported file formats
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ identification.
* [RealAudio (RA)](`FileFormat::Realaudio`)
* [RealVideo (RV)](`FileFormat::Realvideo`)
- `reader-txt` - Enables [Plain Text (TXT)](`FileFormat::PlainText`) detection when the file format
is not recognized by its signature. Please note that this option only detects files that contain
is not recognized by its signature. Please note that this feature only detects files containing
ASCII/UTF-8-encoded text.
- `reader-xml` - Enables [Extensible Markup Language (XML)](`FileFormat::ExtensibleMarkupLanguage`)
based file formats detection. Please note that these file formats may be detected without the
feature in some cases.
feature in certain cases.
* [AbiWord (ABW)](`FileFormat::Abiword`)
* [AbiWord Template (AWT)](`FileFormat::AbiwordTemplate`)
* [Additive Manufacturing Format (AMF)](`FileFormat::AdditiveManufacturingFormat`)
Expand Down

0 comments on commit 91683c1

Please sign in to comment.