mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Add rustdoc to connect crate (#1455)
* restructure connect and add initial docs * replace inline crate rustdoc with README.md * connect: make metadata trait less visible * connect: add some more docs * chore: remove clippy warning * update CHANGELOG.md * revert unrelated changes * enforce separation of autoplay and options * hide and improve docs of uid * remove/rename remarks * update connect example and link in docs * fixup rebase and clippy warnings
This commit is contained in:
parent
f497806fb1
commit
09b4aa41e5
14 changed files with 429 additions and 209 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,5 +4,6 @@ spotify_appkey.key
|
|||
.vagrant/
|
||||
.project
|
||||
.history
|
||||
.cache
|
||||
*.save
|
||||
*.*~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue