Mercurial > beefweb_mpris
comparison src/main.rs @ 1:a5ee18c79a04
license
| author | Paper <paper@tflc.us> |
|---|---|
| date | Sat, 04 Apr 2026 12:34:46 -0400 |
| parents | d60ab8a4442f |
| children |
comparison
equal
deleted
inserted
replaced
| 0:d60ab8a4442f | 1:a5ee18c79a04 |
|---|---|
| 1 /* | |
| 2 * Tiny layer for interfacing with beefweb. Does basically the | |
| 3 * bare minimum, and does not expose the whole API. | |
| 4 * | |
| 5 * Copyright (C) 2026 Paper | |
| 6 * | |
| 7 * This program is free software; you can redistribute it and/or | |
| 8 * modify it under the terms of the GNU General Public License | |
| 9 * as published by the Free Software Foundation; either version 2 | |
| 10 * of the License, or (at your option) any later version. | |
| 11 * | |
| 12 * This program is distributed in the hope that it will be useful, | |
| 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 15 * GNU General Public License for more details. | |
| 16 * | |
| 17 * You should have received a copy of the GNU General Public License | |
| 18 * along with this program; if not, see | |
| 19 * <https://www.gnu.org/licenses/>. | |
| 20 */ | |
| 21 | |
| 1 mod player; | 22 mod player; |
| 2 mod beefweb; | 23 mod beefweb; |
| 3 | 24 |
| 4 use std::future; | 25 use std::future; |
| 5 | 26 |
