Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Mar 21, 2024
1 parent 3731d17 commit 57663b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Rust ClamAV Client

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

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.
It provides a synchronous API as well as asynchronous functions for both Tokio and async-std.

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 57663b0

Please sign in to comment.