fluent_builder 0.5.0

A simple builder API.
Documentation
# `fluent_builder` [![Build Status]https://travis-ci.org/KodrAus/fluent_builder.svg?branch=master]https://travis-ci.org/KodrAus/fluent_builder [![Latest Version]https://img.shields.io/crates/v/fluent_builder.svg]https://crates.io/crates/fluent_builder [![Documentation]https://img.shields.io/badge/docs-rustdoc-blue.svg]https://docs.rs/fluent_builder/*/fluent_builder/

This crate offers a simple API with some standard behaviour for constucting values with either a value directly, or with a chain of mutating functions. It was deisgned to be used by other builders to keep construction consistent.

For more details, see the [crate documentation](https://docs.rs/fluent_builder/*/fluent_builder/)