mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 22:15:29 +01:00
[PR #5] [MERGED] Split codebase into multiple modules #852
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#852
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/5
Author: @JakeStanger
Created: 3/21/2020
Status: ✅ Merged
Merged: 3/21/2020
Merged by: @JakeStanger
Base:
master← Head:ref/split-code📝 Commits (2)
bd11b51refactor: split codebase into multiple modules2837e47chore(release): v1.1.2📊 Changes
6 files changed (+128 additions, -116 deletions)
View changed files
📝
Cargo.lock(+1 -1)📝
Cargo.toml(+1 -1)➕
src/config.rs(+59 -0)➕
src/defaults.rs(+8 -0)📝
src/main.rs(+15 -114)➕
src/mpd_conn.rs(+44 -0)📄 Description
File was getting a bit long, so seemed like a good time to learn how modules work.
Also config now uses
implstructure so that's tidied up a little bit.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.