serp-ctr 0.1.0

Search-console arithmetic: click-through rate, impression-weighted average position, and click projection against a caller-supplied CTR-by-position curve.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "serp-ctr"
version = "0.1.0"
edition = "2021"
rust-version = "1.63"
description = "Search-console arithmetic: click-through rate, impression-weighted average position, and click projection against a caller-supplied CTR-by-position curve."
license = "MIT OR Apache-2.0"
homepage = "https://toolsthatrank.com/"
documentation = "https://docs.rs/serp-ctr"
repository = "https://github.com/theluckystrike/serp-ctr-rs"
readme = "README.md"
keywords = ["seo", "serp", "ctr", "search-console", "analytics"]
categories = ["mathematics", "algorithms"]

[dependencies]