Changes in this version:
-
Add
==and!=operators for equality and inequality (by @frectonz)For example:
> 2 metres == 200 cm true > 4 kg == 2 lbs false -
The fend CLI now uses
native-tlsby default, instead ofrustls. On Windows this uses SChannel (via theschannelcrate), on macOS it uses Secure Transport via thesecurity-frameworkcrate, and on Linux it links to OpenSSL with theopensslcrate. You can continue usingrustlsby compiling with the--no-default-features --features rustlsflags. See the CLI'sCargo.tomlfor further details.