lipsum 0.8.0

Lipsum is a lorem ipsum text generation library. Use this if you need some filler text for your application. The text is generated using a simple Markov chain, which you can also instantiate to generate your own pieces of pseudo-random text.
Documentation
install:
  - ps: Start-FileDownload 'https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe'
  - rustup-init.exe -y --profile minimal
  - set PATH=%PATH%;%USERPROFILE%\.cargo\bin

build_script:
  - cargo build

test_script:
  - cargo test