submarine 0.1.1

A library for connecting with a subsonic server
Documentation
pub mod add_chat_message;
pub mod change_password;
pub mod create_bookmark;
pub mod create_internet_radio_station;
pub mod create_playlist;
pub mod create_podcast_channel;
pub mod create_share;
pub mod create_user;
pub mod delete_bookmark;
pub mod delete_internet_radio_station;
pub mod delete_playlist;
pub mod delete_podcast_channel;
pub mod delete_podcast_episode;
pub mod delete_share;
pub mod delete_user;
pub mod download;
pub mod download_podcast_episode;
pub mod get_album;
pub mod get_album_info;
pub mod get_album_info2;
pub mod get_album_list;
pub mod get_album_list2;
pub mod get_artist;
pub mod get_artist_info;
pub mod get_artist_info2;
pub mod get_artists;
pub mod get_avatar;
pub mod get_bookmarks;
pub mod get_captions;
pub mod get_chat_messages;
pub mod get_cover_art;
pub mod get_genres;
pub mod get_indexes;
pub mod get_internet_radio_stations;
pub mod get_license;
pub mod get_lyrics;
pub mod get_music_directory;
pub mod get_music_folders;
pub mod get_newest_podcasts;
pub mod get_now_playing;
pub mod get_play_queue;
pub mod get_playlist;
pub mod get_playlists;
pub mod get_podcasts;
pub mod get_random_songs;
pub mod get_scan_status;
pub mod get_shares;
pub mod get_similar_songs;
pub mod get_similar_songs2;
pub mod get_song;
pub mod get_songs_by_genre;
pub mod get_starred;
pub mod get_starred2;
pub mod get_top_songs;
pub mod get_user;
pub mod get_users;
pub mod get_video_info;
pub mod get_videos;
pub mod hls;
pub mod jukebox_control;
pub mod ping;
pub mod refresh_podcasts;
pub mod save_play_queue;
pub mod scrobble;
pub mod search2;
pub mod search3;
pub mod set_rating;
pub mod star;
pub mod start_scan;
pub mod stream;
pub mod unstar;
pub mod update_internet_radio_station;
pub mod update_playlist;
pub mod update_share;
pub mod update_user;