mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 16:08:06 +00:00
docs!!: removed old docs, added own readme, non-async for now
This commit is contained in:
@ -34,6 +34,10 @@ pub mod inline_object_3;
|
||||
pub use self::inline_object_3::InlineObject3;
|
||||
pub mod inline_object_4;
|
||||
pub use self::inline_object_4::InlineObject4;
|
||||
pub mod inline_object_5;
|
||||
pub use self::inline_object_5::InlineObject5;
|
||||
pub mod inline_object_6;
|
||||
pub use self::inline_object_6::InlineObject6;
|
||||
pub mod inline_response_200;
|
||||
pub use self::inline_response_200::InlineResponse200;
|
||||
pub mod inline_response_200_1;
|
||||
@ -46,8 +50,14 @@ pub mod inline_response_200_4;
|
||||
pub use self::inline_response_200_4::InlineResponse2004;
|
||||
pub mod inline_response_200_5;
|
||||
pub use self::inline_response_200_5::InlineResponse2005;
|
||||
pub mod inline_response_200_6;
|
||||
pub use self::inline_response_200_6::InlineResponse2006;
|
||||
pub mod inline_response_200_7;
|
||||
pub use self::inline_response_200_7::InlineResponse2007;
|
||||
pub mod inline_response_401;
|
||||
pub use self::inline_response_401::InlineResponse401;
|
||||
pub mod limited_unity_package;
|
||||
pub use self::limited_unity_package::LimitedUnityPackage;
|
||||
pub mod limited_user;
|
||||
pub use self::limited_user::LimitedUser;
|
||||
pub mod limited_world;
|
||||
@ -58,15 +68,21 @@ pub mod notification;
|
||||
pub use self::notification::Notification;
|
||||
pub mod notification_type;
|
||||
pub use self::notification_type::NotificationType;
|
||||
pub mod platform;
|
||||
pub use self::platform::Platform;
|
||||
pub mod release_status;
|
||||
pub use self::release_status::ReleaseStatus;
|
||||
pub mod response;
|
||||
pub use self::response::Response;
|
||||
pub mod success;
|
||||
pub use self::success::Success;
|
||||
pub mod unity_package;
|
||||
pub use self::unity_package::UnityPackage;
|
||||
pub mod user;
|
||||
pub use self::user::User;
|
||||
pub mod user_state;
|
||||
pub use self::user_state::UserState;
|
||||
pub mod user_status;
|
||||
pub use self::user_status::UserStatus;
|
||||
pub mod world;
|
||||
pub use self::world::World;
|
||||
|
Reference in New Issue
Block a user