issues
search
colin-kiegel
/
rust-derive-builder
derive builder implementation for rust structs
https://colin-kiegel.github.io/rust-derive-builder/
Apache License 2.0
1.32k
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add documentation for private build method
#332
JL710
closed
1 month ago
1
Allow unquoted expressions in default = ...
#331
TedDriggs
closed
1 month ago
0
Support arbitrary expression for `#[builder(default = ...)]`
#330
bew
closed
1 month ago
4
public builder private struct
#329
michael-jaquier
closed
1 month ago
2
Feature request: infallible `build`
#328
BatmanAoD
closed
3 months ago
1
Allow setting build_fn-specific pattern
#327
TedDriggs
opened
3 months ago
0
Add `suppress_derive_clone` struct attribute
#326
mathstuf
closed
4 months ago
2
support suppressing default `Clone` derivation
#325
mathstuf
closed
4 months ago
1
enh: support infallible builders
#324
rbtcollins
closed
4 months ago
1
Allow builder_struct_attr to set attributes before #[derive(...)]
#323
mmarkmos
opened
4 months ago
0
Add conditional setters for options
#322
RustyNova016
closed
3 months ago
1
Consuming build but by mut setters?
#321
VorpalBlade
opened
5 months ago
4
Feature request: `impl fn builder() -> Builder` for the struct that is derived from
#320
tonywu6
closed
5 months ago
1
forward default typeparam
#319
tharvik
closed
2 months ago
7
Don't refer to TryInto as not-yet-stable
#318
mpalmer
closed
5 months ago
0
Builder + Figment
#317
ryanolson
closed
3 months ago
5
Please advise: toBuilder functionality
#316
wcarmon
closed
7 months ago
4
Support for custom default fuction with owned pattern
#315
Wasabi375
opened
7 months ago
3
Update example style to remove #[macro_use]
#314
TedDriggs
closed
8 months ago
0
Use darling's `with` to handle unnesting attrs
#313
TedDriggs
closed
8 months ago
0
Refactor visibility options with #[darling(flatten)]
#312
TedDriggs
closed
8 months ago
0
Resolve prelude redundant import warnings in nightly
#311
dtolnay
closed
8 months ago
0
Reimplement attribute parsing without `darling`
#310
dtolnay
closed
8 months ago
4
This library is brilliant!
#309
wcarmon
closed
9 months ago
0
Update to syn 2 and darling 0.20.5
#308
TedDriggs
closed
8 months ago
1
Non-chaining `&mut` pattern
#307
Kyuuhachi
closed
9 months ago
3
Accept field(ty = "...") to ease migration to syn 2.0
#306
TedDriggs
closed
9 months ago
0
Remove unnecessary into_iter()
#305
TedDriggs
closed
9 months ago
0
Document `custom_constructor` and `create_empty` flags
#304
Jasha10
opened
9 months ago
0
Allow way to prevent dependency on crate `alloc`.
#303
red1bluelost
closed
9 months ago
4
Allows prevention of `alloc` dependency through feature and disabling of `ValidationError(String)` variant.
#302
red1bluelost
closed
9 months ago
8
Potential to allow for arguments in custom validator function
#301
rickymagner
closed
10 months ago
4
Update lib.rs
#300
blakejakopovic
closed
9 months ago
0
Question: shorthand fields
#299
flrgh
closed
11 months ago
3
Owned pattern does not compile with custom default function.
#298
Wasabi375
closed
1 year ago
5
bump pretty_assertions to 1.2.1
#297
alexanderkjall
closed
9 months ago
2
Provides builder functions that consume ownership
#296
fawkesLi-lhh
closed
1 year ago
5
Bump MSRV to 1.56.0
#295
TedDriggs
closed
1 year ago
0
Update license field following SPDX 2.1 license expression standard
#294
frisoft
closed
1 year ago
0
Feature request: infallible build()
#293
kugland
closed
1 year ago
3
Update syn dependency?
#292
jtran
closed
8 months ago
9
Option for generating both `strip_option` + non-`strip_option` versions of a setter?
#291
helixbass
closed
1 year ago
2
initialize builder from existing struct instance
#290
t-nil
closed
1 year ago
1
A shortcut for builder
#289
oriontvv
closed
1 year ago
3
Document `each` for extending collections.
#288
nathan-at-least
opened
1 year ago
1
Using a collection setter with mismatched collections of Vec -> HashMap causes incorrect call to be made
#287
TapGhoul
opened
1 year ago
1
Adds a check for `strip_option` when using `try_setter`
#286
chanced
closed
1 year ago
7
Can not compile in a `#[no_std]` environment
#285
chanced
closed
1 year ago
3
Using both `try_setter` and `setter(strip_option)` does not compile
#284
chanced
closed
1 year ago
6
missing documentation for an associated function Builder
#283
SupperZum
closed
1 year ago
3
Next