Skip to content

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages

Generated from al8n/template-rs