add player response model

This commit is contained in:
ThetaDev 2022-07-28 21:04:38 +02:00
parent b85b9893a8
commit 030fd9934e
25 changed files with 11765 additions and 121 deletions

3
src/serializer/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod range;
pub mod mime_type;
pub mod text;