it compiles now
This commit is contained in:
@@ -7,12 +7,11 @@ use std::{
|
||||
time::{Duration, SystemTime},
|
||||
};
|
||||
|
||||
use rkyv::{Deserialize, api::low::deserialize, rancor};
|
||||
use rkyv::{api::low::deserialize, rancor, Deserialize};
|
||||
|
||||
use crate::data::{ArchivedData, Data, DataChunk};
|
||||
use data::DataChunk;
|
||||
|
||||
mod battery;
|
||||
pub mod data;
|
||||
|
||||
fn main() -> Result<(), Box<dyn Error>> {
|
||||
let mut battery =
|
||||
|
||||
@@ -4,7 +4,6 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
path = "data.rs"
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user