Skip to content

KodrAus/fluent_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluent_builder Build Status Latest Version Documentation

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