dtlog

Crates.iodtlog
lib.rsdtlog
version
sourcesrc
created_at2024-09-29 16:30:59.646256
updated_at2024-10-08 08:17:27.071796
descriptionA log for tracking discard stats of multi-files databases.
homepagehttps://github.com/al8n/dtlog
repositoryhttps://github.com/al8n/dtlog
max_upload_size
id1390970
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Al Liu (al8n)

documentation

https://docs.rs/dtlog

README

dtlog

A log for tracking discard stats of multi-files databases.

github LoC Build codecov

docs.rs crates.io crates.io license

English | 简体中文

Installation

  • Default

    [dependencies]
    dtlog = "0.1"
    
  • use without std (alloc required)

    [dependencies]
    dtlog = { version = "0.1", default-features = false, features = ["alloc"] }
    

Examples

Please see examples.

License

dtlog is under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT for details.

Copyright (c) 2024 Al Liu.

Commit count: 7

cargo fmt