loyd / fixnum

Fixed-point numbers
MIT License
7 stars 6 forks source link

feat: make FixedPoint repr(transparent) #31

Closed mversic closed 2 years ago

mversic commented 2 years ago

This will make the newtype struct behave as an integer which is useful in FFI. Is there a reason why you wouldn't like to make this API guarantee?

loyd commented 2 years ago

Thanks for PR. It seems reasonable to me. Will be released today

loyd commented 2 years ago

Released in 0.9.1

mversic commented 2 years ago

will the release be published on crates.io?

loyd commented 2 years ago

Sorry, the script did not publish. Now it's published.