[go: up one dir, main page]

lipsum 0.2.0

Lipsum is a lorem ipsum text generation library. Use this if you need some filler text for your application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
language: rust

rust:
  - 1.6.0
  - stable
  - beta
  - nightly

cache: cargo

matrix:
  allow_failures:
    - rust: nightly