summaryrefslogtreecommitdiffstats
path: root/website/docs/community.md
blob: 549c2b1695a800712dde0e30fc027d10edab054b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
**dysk** is developed by [Denys Séguret](https://twitter.com/DenysSeguret), also known as [Canop](https://github.com/Canop) or [dystroy](https://dystroy.org).

# Chat

The best place to chat about dysk, to talk about features or bugs, is the Miaou chat.

* [Rust & dysk room on Miaou](https://miaou.dystroy.org/3490?rust)
* [French Programmers room on Miaou](https://miaou.dystroy.org/3)

# Issues

We use [GitHub's issue manager](https://github.com/Canop/lfs/issues).

Before posting a new issue, check your problem hasn't already been raised and in case of doubt please come first discuss it on the chat.

# Licence

**dysk** is licenced under the [MIT](https://raw.githubusercontent.com/Canop/lfs/master/LICENSE). Enjoy freely.

# API

**dysk** is built on top of [lfs-core](https://docs.rs/lfs-core/).

If you want to display the same data in your Rust application, consider using this crate directly.

For example **[broot](https://dystroy.org/broot)** uses lfs-core to display the available size in each folder's device:

![screen](img/broot-w.png)