dm-database-parser-sqllog 0.6.0

一个高性能的达梦数据库 sqllog 日志解析库,提供零分配或低分配的记录切分与解析功能
Documentation
[dependencies.atoi]
version = "2.0.0"

[dependencies.memchr]
version = "2.7.6"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.simdutf8]
version = "0.1.5"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.criterion]
features = ["html_reports", "plotters"]
version = "0.5"

[dev-dependencies.rusqlite]
features = ["bundled"]
version = "0.32"

[dev-dependencies.tempfile]
version = "3.8"

[lib]
crate-type = ["lib"]
name = "dm_database_parser_sqllog"
path = "src/lib.rs"

[package]
authors = ["guangl"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "database", "text-processing"]
description = "一个高性能的达梦数据库 sqllog 日志解析库,提供零分配或低分配的记录切分与解析功能"
documentation = "https://docs.rs/dm-database-parser-sqllog"
edition = "2024"
exclude = ["benches", "docs", "examples", "sqllogs", "target", "tests", ".github", "*.json", ".gitignore"]
homepage = "https://github.com/guangl/dm-parser-sqllog"
keywords = ["sqllog", "parser", "dm-database"]
license = "MIT"
name = "dm-database-parser-sqllog"
readme = "README.md"
repository = "https://github.com/guangl/dm-database-parser-sqllog"
version = "0.6.0"