mhogrefe / malachite

An arbitrary-precision arithmetic library for Rust.
GNU Lesser General Public License v3.0
448 stars 17 forks source link

malachite::platform::Limb public? #39

Open amamic1803 opened 7 months ago

amamic1803 commented 7 months ago

I've seen you have used this in example code when you wrote a twos_complement_limbs_count function, however I don't see any mention of platform module in the docs or Limb type. Also following Limb link in docs doesn't lead to any concrete type. Should it be this way?

I probably don't need this for implementing integration with PyO3, but I can imagine it might be useful in some cases.