Expand description
Parser library for Zapret-Info CSV lists. Supports dumps from https://github.com/zapret-info/z-i and its mirrors.
Source code: https://github.com/im-0/zicsv
Re-exports§
Structs§
- Reader
- Reader bound to specific type of IO stream.
- Record
- One record from CSV.
- Records
- Iterator over the list records containing information abould blocked addresses.
Enums§
- Address
- Internet address blocked by Roskomnadzor.
Traits§
- Generic
Reader - Generic interface independent of underlying IO stream.