aboutsummaryrefslogtreecommitdiff
path: root/transcoder/src/lib.rs
blob: 240d37ac2af1f67f5a670f968a020ffaaf0f0f12 (plain)
1
2
3
4
5
6
7
8
9
/*
    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)]
#![feature(exit_status_error)]
pub mod image;
pub mod snippet;