gndr_rust 0.1.0

Uses advanced techniques and algorithms to determine the gender of a user by just fucking asking them.
Documentation
  • Coverage
  • 60%
    3 out of 5 items documented1 out of 2 items with examples
  • Size
  • Source code size: 5.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • uwueviee

gndr: Determine gender programmatically (Rust Edition)

Original Package

gndr is a breakthrough in automated gender detection.

It uses advanced techniques and algorithms to determine the gender of a user by just fucking asking them.

The API couldn't be simpler. All you need to do is ask the user what gender they identify as along with what pronouns they use, and the library will give you back which gender they are with 100% accuracy. Incredible.

Example

use gndr_rust::*;

fn main() {
    // what is this user's gender and pronouns?
    let gender =  identify_gender("non-binary".to_string(), vec!["he".to_string(), "they".to_string()]);

    /**
    Result:
    Gndr{
        gender: "non-binary",
        pronouns: [ "he", "they" ]
    }
    **/
}

License

MIT, but I hope you aren't actually thinking of using this