aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src/lib.rs
blob: 167303d782d24177826f904d2e3f95c11700f490 (plain)
1
2
3
4
5
6
7
8
/*
    This file is part of jellything (https://codeberg.org/metamuffin/jellything)
    which is licensed under the GNU Affero General Public License (version 3); see /COPYING.
    Copyright (C) 2023 metamuffin <metamuffin.org>
*/
#![feature(async_closure)]
pub mod image;
pub mod snippet;