Crates.io | fluent_builder |
lib.rs | fluent_builder |
version | 0.6.0 |
source | src |
created_at | 2017-11-04 06:45:50.523014 |
updated_at | 2019-06-06 00:42:13.752286 |
description | A simple builder API. |
homepage | |
repository | https://github.com/KodrAus/fluent_builder |
max_upload_size | |
id | 38095 |
size | 61,641 |
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