mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 16:15:29 +01:00
[PR #4] [MERGED] Use structs for configuration #317
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#317
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?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-discord-rpc/pull/4
Author: @JakeStanger
Created: 3/20/2020
Status: ✅ Merged
Merged: 3/20/2020
Merged by: @JakeStanger
Base:
master← Head:ref/config-structs📝 Commits (6)
33e7457chore(dependency): add serde with derive supportd4f88ferefactor(config): [wip] use structs for (de)serialisation54a74f3refactor(config): use structs for (de)serialisationdd720d4chore(release): v1.1.12a0c9acdocs: use consistent quotemarks402d564refactor: remove redundant code📊 Changes
4 files changed (+52 additions, -43 deletions)
View changed files
📝
Cargo.lock(+5 -1)📝
Cargo.toml(+2 -1)📝
README.md(+1 -1)📝
src/main.rs(+44 -40)📄 Description
Static typed config file, no need for dumb hard-coded string.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.