mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #490] Documentation. #307
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jun 12, 2020).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/490
Is there documentation for the package? E.G. Functions, methods etc? so we can use in our own project?
something like the example folder
@ashthespy commented on GitHub (Jun 12, 2020):
Most of the documentation in the wiki and docs folder are focused more on the protocol, and building and using librespot as a stand-alone player, and not a library.
Other documentation is spread around in issues and PRs and not really compiled. Our resources are limited, thus PRs are always welcome :-)
@ghost commented on GitHub (Jun 13, 2020):
Interesting. Thanks for the reply. I'll try finding projects that use this and use them as examples to learn from them.
@ghost commented on GitHub (Jun 14, 2020):
@ashthespy can we have an separate gh-pagees branch for auto generated docs from cargo?
better than nothing. If yes LMK i'll open a PR
@ghost commented on GitHub (Jun 16, 2020):
@ashthespy bump
@ashthespy commented on GitHub (Jun 16, 2020):
I'm not sure if I follow - we haven't written any additional docs currently.
The default stuff is automatically pushed to https://docs.rs/librespot/
@ghost commented on GitHub (Jun 17, 2020):
@ashthespy the default stuff doesnt seem to be working
https://docs.rs/librespot-core/0.1.1/librespot_core/index.html (this is the link it redirects you to when you click on any one of the options on https://docs.rs/librespot/0.1.1/librespot/ )
@ashthespy commented on GitHub (Jun 17, 2020):
It would seem when the v0.1.1 was published, the various workspace modules docs weren't built/uploaded. You could use v0.1.0 docs instead, there shouldn't be too many API changes b/w the two..
FWIW, the docs at this stage aren't super helpful as all it does is expose the type information and function signatures. It's probably faster to use rust-analyser with the editor of your choice to give you the same hints..
@ghost commented on GitHub (Jun 17, 2020):
I already have rust analyzer installed. Thanks for the reply. I am gonna close this issue.