add player response model
This commit is contained in:
parent
b85b9893a8
commit
030fd9934e
25 changed files with 11765 additions and 121 deletions
3
src/serializer/mod.rs
Normal file
3
src/serializer/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub mod range;
|
||||
pub mod mime_type;
|
||||
pub mod text;
|
||||
Reference in a new issue