Skip to content
/ dtlog Public
generated from al8n/template-rs

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

al8n/dtlog

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

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published