2 releases (1 stable)
1.0.0 | Sep 28, 2021 |
---|---|
0.1.0 | Aug 21, 2020 |
#1487 in Text processing
12KB
140 lines
string-overlap
A helper crate for "layering" ASCII art
Example
The below mirrors cargo run --example overlap
.
Input
Background
..........
..........
..........
..........
..........
..........
..........
..........
..........
..........
Foreground
FFFFFFFFFF
FFFFFFFFFF
FF
FF
FFFFFFF
FFFFFFF
FF
FF
FF
FF
Output
FFFFFFFFFF
FFFFFFFFFF
FF........
FF........
FFFFFFF...
FFFFFFF...
FF........
FF........
FF........
FF........
Dependencies
~0.4–10MB
~57K SLoC