Skip to content

Commit

Permalink
add crate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn committed Aug 17, 2023
1 parent d39b969 commit 13a173c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/dataspec/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Format of JSON output from rpc-perf. These structures can be used
//! by any consumer of the produced data to parse the files.

use serde::{Deserialize, Serialize};

use histogram::CompactHistogram;
Expand Down

0 comments on commit 13a173c

Please sign in to comment.