wip: more time traits

This commit is contained in:
🪞👃🪞 2024-10-26 13:56:03 +03:00
parent 5a18a2023d
commit e6a37cfc36
2 changed files with 36 additions and 47 deletions

View file

@ -16,7 +16,7 @@ pub(crate) use std::thread::{spawn, JoinHandle};
pub(crate) use std::time::Duration;
pub(crate) use atomic_float::*;
use better_panic::{Settings, Verbosity};
use std::ops::{Add, Sub, Mul, Div};
use std::ops::{Add, Sub, Mul, Div, Rem};
use std::cmp::{Ord, Eq, PartialEq};
use std::fmt::{Debug, Display};