github printfn/fend v1.4.4
Version 1.4.4

latest releases: v1.5.8, v1.5.7, v1.5.6...
2 years ago

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-tls by default, instead of rustls. On Windows this uses SChannel (via the schannel crate), on macOS it uses Secure Transport via the security-framework crate, and on Linux it links to OpenSSL with the openssl crate. You can continue using rustls by compiling with the --no-default-features --features rustls flags. See the CLI's Cargo.toml for further details.

Don't miss a new fend release

NewReleases is sending notifications on new releases.