Rust implementation of Maximum Symmetric Surround algorithm by Radhakrishna Achanta.
The implementation is only a single function that takes a 1-channel image and outputs a saliency map.
It's a Cargo crate:
sh cargo add mss_saliency
Documentation.