Browse Source

autocommit

tags/regworkerid_lib_v1.0
yitter 3 years ago
parent
commit
52b68c62b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Rust/source/src/lib.rs

+ 2
- 2
Rust/source/src/lib.rs View File

@@ -5,10 +5,10 @@ use yitgen::contract::*;
#[macro_use]
extern crate lazy_static;
extern crate redis;
// extern crate redis;
extern crate libc;
use redis::Commands;
// use redis::Commands;
use libc::{c_char, uint32_t};
use std::ffi::{CStr, CString};


Loading…
Cancel
Save