Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 7.42 KB

README.md

File metadata and controls

56 lines (39 loc) · 7.42 KB

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.