pagination 0.2.0

a pagination lib for web and database
Documentation
[dependencies.cfg-if]
version = "0.1"

[dependencies.serde]
optional = true
version = "^1.0"

[dependencies.serde_derive]
optional = true
version = "^1.0"
[dev-dependencies.serde_json]
version = "^1.0"

[features]
default = ["page-size-20"]
page-size-10 = []
page-size-15 = []
page-size-20 = []
page-size-30 = []
page-size-40 = []
page-size-5 = []
page-size-50 = []
with-serde = ["serde", "serde_derive"]

[package]
authors = ["qingcheng <leehualiang@gmail.com>"]
categories = ["data-structures", "web-programming"]
description = "a pagination lib for web and database"
documentation = "https://github.com/elexing/pagination"
edition = "2018"
homepage = "https://github.com/elexing/pagination"
keywords = ["page", "pagination", "database"]
license = "MIT OR Apache-2.0"
name = "pagination"
readme = "README.md"
repository = "https://github.com/elexing/pagination.git"
version = "0.2.0"