about summary refs log tree commit diff
path: root/src/media/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* media: move to separate subtreeVika2022-05-101-0/+46
This will ease future extraction of the media endpoint to a separate crate. This is highly desirable since it will allow Kittybox's media endpoint to be used separately in instances where a standalone media endpoint is desirable (e.g. custom solutions using my code to polyfill for desired functionality that is undesirable to implement by oneself)