Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
13 contributions in the last year
Contribution activity
August 2020
gembin has no activity
yet for this period.
July 2020
Created an issue in idanarye/rust-typed-builder that received 7 comments
How to set default value for String field?
const DEFAULT_VALUE: &str = "test"; #[derive(TypedBuilder)] pub struct Foo { #[builder(default=?)] // <--- how to set to DEFAULT_VALUE here pub bar: …
7
comments