Skip to content

unifi-search-tool_v2.3.0

Latest
Compare
Choose a tag to compare
@Crypto-Spartan Crypto-Spartan released this 26 Jul 08:31
a5feea1

Now with <more> SIMD!

  • added MacAddress type (previously just used strings)
  • new MacAddress type enables SIMD equality checking between MAC being searched & devices found via the controller API
    • will automatically attempt to target highest possible CPU feature (shout-out multiversion & simd-itertools crates!)
    • will fall-back to non SIMD code on unsupported CPUs
  • If a trailing / is at the end of the Server URL, it will now be removed automatically before API calls are made
  • minor code cleanup

compiled with nightly-x86_64-pc-windows-msvc & cargo 1.82.0-nightly (5f6b9a922 2024-07-19) simply using cargo build --release