starship/starship_module_config_derive
Tobias Bieniek 9a1569444b refactor: ModuleConfig: Simplify generated from_config() implementations (#775)
We can use `and_then()` to string `Option` values together so that we only need a single `?` assertion. This makes it generally possible to have e.g. `unwrap_or()` at the end.
2019-12-23 10:12:21 -05:00
..
src refactor: ModuleConfig: Simplify generated from_config() implementations (#775) 2019-12-23 10:12:21 -05:00
Cargo.toml chore(config_derive): v0.1.1 2019-12-07 16:43:44 -05:00
LICENSE chore: Add a license file for starship_module_config_derive 2019-11-27 11:58:57 -05:00
README.md refactor: Go from Rust workspaces to a package with nested packages (#480) 2019-10-04 22:30:46 +09:00

starship_module_config_derive