linecache 0.1.4

高效读取文本文件,并自动缓存。Efficiently read text files and automatically cache them.
Documentation
[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.moka]
features = ["future"]
version = "0.12.10"

[dependencies.rand]
version = "0.8"

[dependencies.tempfile]
version = "3.18.0"

[dependencies.tokio]
features = ["full"]
version = "1.43.0"

[dependencies.tokio-stream]
version = "0.1.17"

[lib]
name = "linecache"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "高效读取文本文件,并自动缓存。Efficiently read text files and automatically cache them."
edition = "2021"
license = "MIT"
name = "linecache"
readme = false
repository = "https://github.com/seo888/linecache"
version = "0.1.4"

[[test]]
name = "linecache_tests"
path = "tests/linecache_tests.rs"