geoipsed 0.2.1

Inline decoration of IPv4 and IPv6 address geolocations
Documentation
1
2
3
4
5
6
7
8
9
10
# Subcrates

The `geoipsed` project is organized as a workspace with several specialized subcrates.

## ip-extract

The core engine for finding and validating IP addresses in strings. It uses a compile-time DFA for O(n) scanning performance.

- [User Guide]ip-extract.md
- [API Reference]api/ip_extract/index.html