Add wasm32_web_time feature (#73)

This commit is contained in:
Armin Ronacher 2025-01-19 01:11:09 +01:00 committed by GitHub
parent 717757e156
commit 177ce9e700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 30 additions and 14 deletions

View file

@ -4,10 +4,10 @@
//! * space `O(MN)`
use std::collections::BTreeMap;
use std::ops::{Index, Range};
use std::time::Instant;
use crate::algorithms::utils::{common_prefix_len, common_suffix_len, is_empty_range};
use crate::algorithms::DiffHook;
use crate::Instant;
/// LCS diff algorithm.
///