This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
influx-writer
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
disabled chashmap dependency if I want it later
master
Jonathan Strong
7 years ago
parent
80bf0d60b2
commit
10657da9ba
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Cargo.toml
+1
-0
src/latency.rs
+1
-0
src/lib.rs
+ 1
- 0
Cargo.toml
View File
@@ -14,6 +14,7 @@ slog = "2.0.6"
sloggers = "0.2"
slog-term = "2"
shuteye = "^0"
# chashmap = "2"
windows = { path = "../windows" }
money = { path = "../money" }
+ 1
- 0
src/latency.rs
View File
@@ -11,6 +11,7 @@ use zmq;
use influent::measurement::{Measurement, Value};
use sloggers::types::Severity;
use shuteye;
//use chashmap::CHashMap;
use windows::{DurationWindow, Incremental, Window};
use money::{Ticker, Side, ByExchange, Exchange};
+ 1
- 0
src/lib.rs
View File
@@ -16,6 +16,7 @@ extern crate pub_sub;
extern crate sloggers;
extern crate slog_term;
extern crate shuteye;
//extern crate chashmap;
extern crate windows;
Write
Preview
Loading…
Cancel
Save