-- |
-- Module: NetSpider
-- Description: NetSpider top-level document
-- Maintainer: Toshio Ito <debug.ito@gmail.com>
--
-- This module is just for documentation.
--
-- For tutorial, see the [project README](https://github.com/debug-ito/net-spider).
--
-- = NetSpider module layout
--
-- == Bundle modules for the user
--
-- * "NetSpider.Input": Functions to input local findings to the
--   history graph.
-- * "NetSpider.Output": Functions to get snapshot graphs from the
--   history graph.
--
-- == Spider and query
--
-- * "NetSpider.Spider"
-- * "NetSpider.Spider.Config"
-- * "NetSpider.Query"
-- * "NetSpider.Unify"
--
-- == Data models
--
-- * "NetSpider.Found"
-- * "NetSpider.Timestamp"
-- * "NetSpider.Graph"
-- * "NetSpider.Snapshot"
--
-- == Utility
--
-- * "NetSpider.Pair"
-- * "NetSpider.Log"
module NetSpider
       () where