mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #341] [MERGED] Drop extprim crate (use built-in u128) and reduce usage of byteorder crate (Rust 1.32+) #884
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#884
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/librespot-org/librespot/pull/341
Author: @willstott101
Created: 6/28/2019
Status: ✅ Merged
Merged: 10/29/2019
Merged by: @sashahilton00
Base:
dev← Head:u128📝 Commits (2)
ac1c31bUse Rust's built-in unsigned 128 bit integer instead of the extprim cratea7243ffUse single fixed-width format! macro for SpotifyId.to_base16📊 Changes
4 files changed (+15 additions, -51 deletions)
View changed files
📝
Cargo.lock(+0 -17)📝
core/Cargo.toml(+0 -1)📝
core/src/lib.rs(+0 -1)📝
core/src/spotify_id.rs(+15 -32)📄 Description
Peeking around in spotify_id I noticed the use of a now obsolete u128 crate. So I decided to rabbit around an remove the dependency. In the process I got rid of the byteorder dependency (in that file specifically), only to realise the APIs I used were only stabilised in rust 1.32 ...
So I'd understand not merging this just yet, as we may like to keep the 1.30 minimum rust version.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.