beemovie-rs
Bee Movie crate.
Usage
Put this in your Cargo.toml
= '1.0.1'
Documentation
sentence()
This function returns a sentence or two from the bee movie.
extern crate beemovie;
script()
This function returns the entire Bee Movie script.
extern crate beemovie;
word()
This function returns a word from the Bee Movie.
extern crate beemovie;
paragraph()
This function returns a paragraph from the Bee Movie.
extern crate beemovie;