Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
/ rust-discid-sys Public archive

Unsafe Rust FFI bindings for MusicBrainz libdiscid

License

Notifications You must be signed in to change notification settings

phw/rust-discid-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unsafe FFI bindings for MusicBrainz libdiscid

crates.io Documentation License

This project has been moved to https://git.sr.ht/~phw/rust-discid-sys

About

discid-sys provides automatically generated, unsafe Rust bindings for MusicBrainz libdiscid.

You usually don't want to use these bindings directly but instead use the safe discid wrapper library.

Requirements

  • libdiscid >= 0.6.0

Contribute

The source code for discid-sys is available on GitHub.

Please report any issues on the issue tracker.

License

discid-sys Copyright (c) 2019-2021 by Philipp Wolfer ph.wolfer@gmail.com

discid-sys is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

See LICENSE for details.