1
0
Fork 0
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:
Felix Prillwitz 2025-02-22 23:39:16 +01:00 committed by GitHub
parent f497806fb1
commit 09b4aa41e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 429 additions and 209 deletions

1
.gitignore vendored
View file

@ -4,5 +4,6 @@ spotify_appkey.key
.vagrant/
.project
.history
.cache
*.save
*.*~