fluent-locale 0.4.1

A library for parsing, serializing, manipulating and negotiating locales and language tags.
Documentation
# Changelog

## Unreleased

  - 
## fluent-locale 0.4.1 (August 6, 2018)

  - Separate out requested from available to allow for different mixes of Vec and &[].

## fluent-locale 0.4.0 (August 6, 2018)

  - Ergonomics improvement - `negotiate_languages` now accepts &[&str], &[String], Vec<&str> and Vec<string>

## fluent-locale 0.3.2 (July 31, 2018)

  - Make Locale::matches reject matches if privateuse is not empty

## fluent-locale 0.3.1 (February 12, 2018)

  - Make fluent-locale compliant with rust stable (from 1.23)