Docs.rs
dm-database-parser-sqllog-0.6.0
dm-database-parser-sqllog 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
guangl
Dependencies
atoi ^2.0.0
normal
memchr ^2.7.6
normal
memmap2 ^0.9.9
normal
mimalloc ^0.1.48
normal
simdutf8 ^0.1.5
normal
thiserror ^2.0.17
normal
criterion ^0.5
dev
rusqlite ^0.32
dev
tempfile ^3.8
dev
Versions
84.78%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module tools
dm_
database_
parser_
sqllog
0.6.0
Module tools
Sections
Feature 控制
Module Items
Functions
In crate dm_
database_
parser_
sqllog
dm_database_parser_sqllog
Module
tools
Copy item path
Source
Expand description
工具函数模块
提供了日志格式验证相关的工具函数,主要用于快速判断行是否为有效的记录起始行。
§
Feature 控制
本模块所有内容仅作为库内部工具,普通用户无需直接调用。
Functions
§
is_
probable_
record_
start_
line
一个更轻量的起始行判断,用于 RecordParser 快速判定(减少重复验证)
is_
record_
start_
line
判断一行日志是否为记录起始行
is_
ts_
millis_
bytes
判断字节数组是否为有效的时间戳格式