Hello,
First of all, thank you for the crate!
Currently wiretun uses a few larger std::sync::atomic constructs, e.g. std::sync::atomic::AtomicU64, but some of my target platforms do not offer native 64-bit atomics. This means I have to vendor wiretun just to apply a very minimal set of changes and instead use portable_atomic. It would be nice if this was at least an optional feature.
Regards,
Kim
Hello,
First of all, thank you for the crate!
Currently wiretun uses a few larger
std::sync::atomicconstructs, e.g.std::sync::atomic::AtomicU64, but some of my target platforms do not offer native 64-bit atomics. This means I have to vendor wiretun just to apply a very minimal set of changes and instead use portable_atomic. It would be nice if this was at least an optional feature.Regards,
Kim