finetype-cli 0.6.39

CLI for FineType semantic type classification
docs.rs failed to build finetype-cli-0.6.39
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Library surface for finetype-cli.

The finetype binary's primary entry point is src/main.rs. This lib.rs exposes a narrow set of helpers that are also exercised from integration tests (tests/) — Rust's test harness can only link against a crate's library, not its binary. Anything declared here MUST stay in lockstep with its caller in main.rs.