more entrypoint macros

This commit is contained in:
facile pop culture reference 2026-07-25 15:13:05 +03:00
parent 4cfe8d087c
commit 66ac2bcbb6
18 changed files with 696 additions and 663 deletions

View file

@ -26,7 +26,6 @@ pub(crate) use ::{
std::ops::{Add, Sub, Mul, Div},
std::sync::{Arc, RwLock},
std::sync::atomic::{AtomicBool, AtomicUsize, Ordering::*},
std::error::Error,
std::marker::PhantomData
};