[go: up one dir, main page]

lipsum 0.8.1

Lipsum is a lorem ipsum text generation library. It generates pseudo-random Latin text. Use this if you need filler or dummy text for your application. The text is generated using a simple Markov chain, which you can instantiate to generate your own pieces of pseudo-random text.
Documentation
1
2
3
4
5
6
7
8
9
10
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