tslime 0.1.2

A lightweight terminal screensaver simulating slime mold growth patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Third-Party Licenses

tslime binary distributions bundle the following third-party Rust crates.
Each license below lists the crates it applies to, followed by the license text.

{{#each licenses}}
## {{{name}}}

Used by:
{{#each used_by}}
- [{{crate.name}} {{crate.version}}]({{#if crate.repository}}{{crate.repository}}{{else}}https://crates.io/crates/{{crate.name}}{{/if}})
{{/each}}

```
{{{text}}}
```

{{/each}}