Lokathor / safe_arch

Exposes arch-specific intrinsics as safe function (via cfg).
https://docs.rs/safe_arch
Apache License 2.0
48 stars 8 forks source link

change and/or/xor to be bitand/bitor/bitxor #82

Closed Lokathor closed 4 years ago

Lokathor commented 4 years ago

Since it doesn't hurt to do so, we might as well copy the name that the similar core::ops traits use for their method.