Giter Site home page Giter Site logo

ape's Introduction

APE

A library for reading and writing APEv2 tags.

CI Status Downloads Documentation

Changelog

0.5.0 (11.01.2023)

  • Add support for multiple values under same key
    • Add Tag::items() method.
    • Add Tag::add_item() method.
    • Replace Tag::remove_item() by Tag::remove_items() method. Tag::item() method returns a first found item. Tag::set_item() removes all items under the given key and adds a new one.
  • Derive Clone for Item and ItemValue structs.

0.4.0 (13.01.2022)

  • Switched to 2021 edition.
  • Updated byteorder to 1.4
  • Support reading/writing/removing tags from opened files.
  • Case-insensitive key comparison.
  • Support writing an empty tag.

0.3.0 (29.03.2020)

  • Switched to 2018 edition.
  • Updated byteorder to 1.3
  • Fixed type parameters in Item::from_locator and Item::from_text.
  • Removed use of deprecated Error::description.
  • Lowercase error description.
  • Item::to_vec method is private now.
  • Removed items field from the Tag struct.
  • Added Tag::iter() method.
  • Added IntoIterator implementation for Tag struct.
  • Tag::write method replaced by write function.

0.2.0 (10.12.2017)

  • Use byteorder 1.0.0.

0.1.2 (18.05.2016)

  • Small internal improvements.

0.1.1 (21.01.2016)

  • Use Result<()> instead of Option<Error>.

0.1.0 (16.01.2016)

  • First release.

LICENSE

The MIT License (MIT)

ape's People

Contributors

rossnomann avatar serial-ata avatar jxs avatar lucat1 avatar lonfger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.