We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0760242 commit a6c5592Copy full SHA for a6c5592
src/lib.rs
@@ -160,6 +160,9 @@
160
//!
161
//! Maybe you want to know if a file contains other, malicious content?
162
//! In this case you should use an anti-virus software, e.g. [ClamAV](https://www.clamav.net/), [Virus Total](https://www.virustotal.com/).
163
+//!
164
+//! Maybe you need to support platforms that are tricky with the `libmagic` C library, e.g. wasm32?
165
+//! In this case you could use pure Rust alternatives, e.g. the [`file_type` crate](https://crates.io/crates/file_type).
166
167
#![deny(unsafe_code)]
168
0 commit comments