cargo fend 1.4.8
Version 1.4.8

latest release: 1.4.9
one month ago

Changes in this version:

  • Add support for % for modulo as an alternative to mod. Since % is also used for percentages, the way the operator is interpreted depends on context: 5 % 2 or (348*34)%(293-1) is parsed as modulo, whereas 5% or 5% + 3 continues to be treated as a percentage.
  • Add constants electron_mass, proton_mass and neutron_mass

Don't miss a new fend release

NewReleases is sending notifications on new releases.