LukasKalbertodt/atomig

More `Atom` implementations

Closed this issue · 1 comments

Primitive types and standard library

  • f32/f64?
  • char?
  • Small arrays?
  • Small tuples?
  • Function pointers?
  • Ipv4Addr?

From external crates

  • ...

In 0.3.1 a couple useful impls were added. I will close this issue now as I don't think the types listed here are really useful to implement Atom for. Arrays, tuples and function pointers both have the problem of resulting in a large number of impls. Function pointers in particular have infinitely many types, so that doesn't make any sense. Arrays is still the most sensible ones, but even that I don't wanna get into. And lastly, Ipv4Addr seems weirdly random to me to include an impl. So unless anyone actually says it's useful for them, I won't implement it.