# SRAKE Implementation of Rapid Automatic Keywords Extracted algoritm for rust. ## How to use - Append modules to dependencies of Cargo.toml ```toml srake = "0.1.0" ``` or ```fish cargo add srake ```