Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tendril/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
**Warning**: This library is at a very early stage of development, and it
contains a substantial amount of `unsafe` code. Use at your own risk!

[![Build Status](https://github.com/servo/html5ever/workflows/Tendril%20CI/badge.svg)](https://github.com/servo/html5ever/actions)
[![Build Status](https://github.com/servo/html5ever/actions/workflows/main.yml/badge.svg)](https://github.com/servo/html5ever/actions)

[API Documentation](https://docs.rs/tendril)

Expand Down Expand Up @@ -38,8 +38,8 @@ available on a given tendril. For example, `Tendril<UTF8>` and `Tendril<Bytes>`
can be borrowed as `&str` and `&[u8]` respectively.

`Tendril` also integrates with
[encoding_rs](https://github.com/hsivonen/encoding_rs) and has
preliminary support for [WTF-8][] buffers.
[encoding_rs](https://github.com/hsivonen/encoding_rs) and has preliminary
support for [WTF-8][] buffers.

## Plans for the future

Expand Down
Loading