Skip to content

Commit 13d1c56

Browse files
committed
highlight benchmarks on README
1 parent 028d1e5 commit 13d1c56

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Docs](https://docs.rs/listeners/badge.svg)](https://docs.rs/listeners/latest/)
66
[![CI](https://github.com/gyulyvgc/listeners/workflows/CI/badge.svg)](https://github.com/GyulyVGC/listeners/actions/)
77

8-
**Cross-platform library for Rust to find out processes listening on network sockets.**
8+
**Cross-platform library for Rust to [_efficiently_](#benchmarks) find out processes listening on network sockets.**
99

1010
## Motivation
1111

@@ -19,7 +19,7 @@ Some examples of existing libraries:
1919

2020
This library wants to fill this gap, and it aims to be:
2121
- **Cross-platform**: it currently supports Windows, Linux, macOS, and FreeBSD
22-
- **Performant**: it internally uses low-level system APIs to be more efficient (see [benchmarks](#benchmarks))
22+
- **Performant**: it focuses on performance (see [benchmarks](#benchmarks)) by internally using low-level system APIs
2323
- **Simple**: it exposes intuitive APIs to get details about the listening processes
2424
- **Lightweight**: it has only the strictly necessary dependencies
2525

0 commit comments

Comments
 (0)