Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

(Discontinued: Do not use.) Rust library for reading/writing LV2 bundle RDF data.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

allen-marshall/lv2-se-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lv2-se-bundle

Build Status codecov Last Commit Average time to resolve an issue Percentage of issues still open

Warning: Do not use. Development of this library is discontinued for the foreseeable future, and the library never reached a usable state.

A library for reading/writing LV2 bundle RDF data to/from data structures that can be more easily processed by Rust code. The 'se' stands for safety and ease of use, which are two of this project's main priorities.

Note: This library does not attempt to be completely comprehensive, i.e., it does not model all the possible forms of data that may appear in an LV2 bundle. In particular, non-standard extensions may not be well-supported. This is partly due to the extremely extensible nature of LV2, which makes it difficult to model all possible cases while maintaining ease of use. This library does attempt to cover all commonly used, non-deprecated features of standard LV2, including features from the standard extensions. If you need features beyond what this library provides, you may need to read or write the RDF bundle data directly (though feel free to request a change to this library).

License

MIT OR Apache-2.0

About

(Discontinued: Do not use.) Rust library for reading/writing LV2 bundle RDF data.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages