Skip to content

Commit

Permalink
chore: Link to alternative pure Rust crate
Browse files Browse the repository at this point in the history
Signed-off-by: robot9001 <robo9k@symlink.io>
  • Loading branch information
robo9k committed Feb 6, 2025
1 parent 0760242 commit a6c5592
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@
//!
//! Maybe you want to know if a file contains other, malicious content?
//! In this case you should use an anti-virus software, e.g. [ClamAV](https://www.clamav.net/), [Virus Total](https://www.virustotal.com/).
//!
//! Maybe you need to support platforms that are tricky with the `libmagic` C library, e.g. wasm32?
//! In this case you could use pure Rust alternatives, e.g. the [`file_type` crate](https://crates.io/crates/file_type).
#![deny(unsafe_code)]

Expand Down

0 comments on commit a6c5592

Please sign in to comment.