| Crates.io | simple_scan |
| lib.rs | simple_scan |
| version | 0.4.1 |
| created_at | 2023-06-26 00:08:30.771358+00 |
| updated_at | 2025-07-14 11:41:01.167673+00 |
| description | Iterator extensions for simple scan operation. |
| homepage | |
| repository | https://github.com/nossie531/simple_scan |
| max_upload_size | |
| id | 899890 |
| size | 26,147 |
Iterator extensions for simple scan operation.
The author of this crate is not good at English.
Forgive me if the document is hard to read.
This crate provides the IteratorSimpleScanExt trait.
The IteratorSimpleScanExt trait is an extension trait of the Iterator trait,
which implements some methods similar to the scan methods of the Iterator
trait, but more simplified and specialized.
The following is a list of those methods. The sample code on the left shows the
case where those simplified methods are used, and the sample code on the right
shows the case where the same process is implemented with scan method.
| Name | example / equivalent code |
|---|---|
trace
|
|
trace2
|
|
diff
|
|
See CHANGELOG.