Add wasm32_web_time feature (#73)
This commit is contained in:
parent
717757e156
commit
177ce9e700
9 changed files with 30 additions and 14 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use std::hash::Hash;
|
||||
use std::ops::{Index, Range};
|
||||
use std::time::Instant;
|
||||
|
||||
use crate::algorithms::{diff_deadline, Capture, Compact, Replace};
|
||||
use crate::Instant;
|
||||
use crate::{Algorithm, DiffOp};
|
||||
|
||||
/// Creates a diff between old and new with the given algorithm capturing the ops.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue