[package] name = "algors" version = "0.1.0" edition = "2021" description = "Algorithms & data structure implementations in Rust" readme = "README.md" license = "Apache-2.0/MIT" authors = ["IceCafeCup "] repository = "https://github.com/icecafecup/algors" documentation = "https://docs.rs/algors" keywords = ["algorithms", "data-structures", "sort"] categories = ["algorithms", "data-structures"] [features] default = ["sort"] sort = []