Matt Brubeck

Results 8 issues of Matt Brubeck

This fixes a bug where indices within a line are incorrectly used to index within the paragraph. Closes #272. This is a port of servo/unicode-bidi#55 by @laurmaedje. Please see that...

Indices into the vectors in `HeaderMap` are guaranteed to fit within `u16` (see #386), but the `header::map::{Link, Links}` types store them as `usize`. Changing these fields from `usize` to `u16`...

Filing this issue mainly for awareness, since it may be important to some users of this crate: This package lists its license as “MIT,” but the database files in the...

Fixes #15. Closes #19.

It's currently hard to discover optional [features](http://doc.crates.io/manifest.html#the-features-section) for a crate. It would be useful for crates.io to list these along with the dependencies. Unfortunately there's no way to declare docs...

C-enhancement ✨