Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement read_text - a method that returns a text between two tags #455

Merged
merged 4 commits into from Aug 15, 2022

Commits on Aug 14, 2022

  1. Fix tafia#329: Borrow from input in unescape_* methods

    Because those methods usually used on events returned by reader, which
    always borrow content from input / buffer, actual allocation count does
    not changed
    Mingun committed Aug 14, 2022
    Copy the full SHA
    abec80f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7fafac4 View commit details
    Browse the repository at this point in the history
  3. tafia#154: Implement read_text which read all content between tags …

    …as a text, including other markup
    Mingun committed Aug 14, 2022
    Copy the full SHA
    d67f426 View commit details
    Browse the repository at this point in the history
  4. Remove confusing Reader::read_text_into which looks similar to `rea…

    …d_text` but works totally different
    
    It is better to explicitly match `Event::Text`
    Mingun committed Aug 14, 2022
    Copy the full SHA
    792d23d View commit details
    Browse the repository at this point in the history