Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Mar 12, 2024
1 parent 430a6be commit 34dd9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple ClamAV client to send files, in-memory data, and byte streams to `clamd` for antivirus scanning. Supports Tokio and async-std.

Please note: The functions `ping_socket`, `scan_file_socket`, `scan_buffer_socket`, `scan_stream_socket`, and `get_version_socket` are only available on Unix platforms.
Please note: The now deprecated functions `ping_socket`, `scan_file_socket`, `scan_buffer_socket`, `scan_stream_socket`, and `get_version_socket` are only available on Unix platforms.

Check out the [examples](#examples) below, the [integration tests](tests/clamav_client.rs), or the [API docs](https://docs.rs/clamav-client) for more information on how to use this library.

Expand Down

0 comments on commit 34dd9db

Please sign in to comment.