https://github.com/x1unix/rust-lorem
Lorem ipsum generator in Rust
https://github.com/x1unix/rust-lorem
Last synced: about 1 month ago
JSON representation
Lorem ipsum generator in Rust
- Host: GitHub
- URL: https://github.com/x1unix/rust-lorem
- Owner: x1unix
- Created: 2021-08-01T23:53:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T14:36:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T07:16:13.495Z (3 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-Lorem
A [Lorem ipsum](https://www.lipsum.com/) text generator in Rust.
## Usage
```
Usage: lorem [count](w|s|c)Prints specified amount of words (w), sentenses (s) or characters(c) of lorem ipsum text.
Example:
lorem 2s
lorem 4w
lorem 128c
```