Skip to content

Commit c511b8c

Browse files
authored
Rename open-log to log and open-tsdb to timeseries (#15)
Renames modules as discussed on discord. Module naming is intended to be minimalistic, but descriptive.
1 parent 5d78e36 commit c511b8c

52 files changed

Lines changed: 75 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AGENTS.md

Lines changed: 4 additions & 4 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

Cargo.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
resolver = "2"
33
members = [
44
"opendata-common",
5-
"open-tsdb",
6-
"open-log",
5+
"timeseries",
6+
"log",
77
]
88

99
[workspace.package]

README.md

Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "open-log"
2+
name = "log"
33
version.workspace = true
44
edition.workspace = true
55

Lines changed: 1 addition & 1 deletion
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//! # Example
2323
//!
2424
//! ```ignore
25-
//! use open_log::{Log, Record, WriteOptions};
25+
//! use log::{Log, Record, WriteOptions};
2626
//! use bytes::Bytes;
2727
//!
2828
//! // Open a log

0 commit comments

Comments
 (0)