dtlog 0.1.1

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

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

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.