Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 453 Bytes

greptime-meter

OverView

The greptime-meter provides an abstraction about data read/write computation and collection. It consists of the following crates:

  • meter-core: provides some core traits and data structures.
  • meter-macros: provides some macros for user convenience, include write_meter! etc.
  • meter-example: provides a simple implementation of meter-core and an example.

Documentation

cargo doc --open --no-deps