An open API service for providing issue and pull request metadata for open source projects.

GitHub / idanarye/rust-typed-builder issues and pull requests

#166 - `setter(transform)` requires the type to be public

Issue - State: open - Opened by Pauan about 1 month ago

#163 - Mandatory via_mutators field without default

Issue - State: open - Opened by vladislav-tkach about 2 months ago

#162 - Feature Request: Add ` to_builder()` support

Issue - State: open - Opened by internetdhruv 3 months ago

#160 - Improve `field_defaults(strip_option)` semantics

Pull Request - State: closed - Opened by ifiokjr 4 months ago

#159 - Enhance TypedBuilder: Support Struct-Level Defaults for Fields

Pull Request - State: closed - Opened by Tockra 5 months ago - 2 comments

#158 - Pass through type parameter in mutator function call.

Pull Request - State: closed - Opened by azriel91 5 months ago

#156 - enable setter(into) at struct level

Issue - State: open - Opened by evbo 6 months ago - 3 comments

#155 - Default concrete type for generic field

Issue - State: closed - Opened by riesentoaster 6 months ago - 1 comment

#153 - Improve `field_defaults` semantics

Issue - State: closed - Opened by ifiokjr 11 months ago

#151 - feat: add `strip_option(fallback = field_bool)`

Pull Request - State: closed - Opened by ifiokjr 11 months ago - 1 comment

#150 - feat: add `strip_option(fallback = field_opt)`

Pull Request - State: closed - Opened by ifiokjr 11 months ago - 4 comments

#149 - Using mutators for generic fields

Issue - State: closed - Opened by Zizico2 about 1 year ago - 1 comment

#148 - Manage compute fields struct

Issue - State: closed - Opened by natir about 1 year ago - 2 comments

#147 - Add a compile_fail test for mandatory fields

Pull Request - State: closed - Opened by sunsided about 1 year ago

#146 - Apply field doc-comments to builder methods

Pull Request - State: closed - Opened by sunsided about 1 year ago - 1 comment

#145 - Allow unused type in no_type_leakage test

Pull Request - State: closed - Opened by sunsided about 1 year ago - 1 comment

#144 - Allow specifying custom derives on all generated builder variants

Issue - State: open - Opened by Niedzwiedzw about 1 year ago - 1 comment

#142 - Special Setter/Initializer

Issue - State: open - Opened by taooceros over 1 year ago - 2 comments

#141 - Include license files in typed-builder-macro crate

Pull Request - State: closed - Opened by decathorpe over 1 year ago - 3 comments

#140 - Bump actions/cache from 1 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#139 - Bump actions/upload-pages-artifact from 1 to 3

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#138 - Bump actions/deploy-pages from 2 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#137 - Bump actions/checkout from 2 to 4

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies, github_actions

#136 - Add dependabot

Pull Request - State: closed - Opened by oriontvv over 1 year ago

#135 - about the default value

Issue - State: closed - Opened by 2moe over 1 year ago - 2 comments

#134 - Allow clippy::no_effect_underscore_binding

Pull Request - State: closed - Opened by SUPERCILEX over 1 year ago - 5 comments

#133 - Builder for a same struct is not a same type if it contains different members

Issue - State: closed - Opened by whyy7777 over 1 year ago - 1 comment

#132 - Hiding field from builder: use default value

Issue - State: closed - Opened by gauteh over 1 year ago - 1 comment

#131 - Additional generic traits for setters

Issue - State: open - Opened by radekvit over 1 year ago - 2 comments

#130 - Mutators as a path among others

Issue - State: open - Opened by AlexandreCassagne over 1 year ago - 1 comment

#129 - Support deriving builder for enums

Pull Request - State: open - Opened by itchyny over 1 year ago - 1 comment

#128 - Use format_ident! macro to build formatted identifiers

Pull Request - State: open - Opened by itchyny over 1 year ago - 1 comment

#127 - Refactor implementations of StructInfo::derive and TypeBuilderAttr

Pull Request - State: closed - Opened by itchyny almost 2 years ago

#126 - Fix builder method link of the builder type

Pull Request - State: closed - Opened by itchyny almost 2 years ago

#125 - Add support for `?Sized` generics

Pull Request - State: closed - Opened by aumetra almost 2 years ago - 2 comments

#124 - Calling some methods on the builder type directly without calling `.build()`

Issue - State: open - Opened by KSXGitHub almost 2 years ago - 1 comment

#123 - Code cleanup. Make build method generate as const

Pull Request - State: closed - Opened by DanikVitek almost 2 years ago - 3 comments

#122 - Add support for paths with angle brackets

Pull Request - State: closed - Opened by aumetra almost 2 years ago - 4 comments

#121 - Change `AttrArg` workflow - match on name first, type second

Pull Request - State: closed - Opened by idanarye almost 2 years ago - 7 comments

#120 - Mutable assignments variables

Pull Request - State: closed - Opened by novafacing almost 2 years ago - 6 comments

#119 - feature request: conditional build

Issue - State: closed - Opened by dimitrilw almost 2 years ago - 7 comments

#116 - Implement mutators

Pull Request - State: closed - Opened by ModProg almost 2 years ago - 7 comments

#115 - Consider supporting updating of already set values e.g. extending a Vec

Issue - State: closed - Opened by ModProg almost 2 years ago - 24 comments

#114 - Add `#[automatically_derived]` to generated code

Issue - State: closed - Opened by xFrednet almost 2 years ago - 1 comment

#112 - Suppress `clippy::exhaustive_enums` on generated enums

Issue - State: closed - Opened by xFrednet almost 2 years ago

#111 - Close #109: Add `crate_module_path`

Pull Request - State: closed - Opened by idanarye almost 2 years ago - 6 comments

#110 - Explicitly match unit type inside generated setters

Pull Request - State: closed - Opened by aumetra almost 2 years ago

#108 - Way to mark all Option fields as default (unless explicitly specified).

Issue - State: open - Opened by koenichiwa almost 2 years ago - 1 comment

#107 - Fix const generics (#106)

Pull Request - State: closed - Opened by awesomelemonade almost 2 years ago

#106 - Const generics with other generics yields compilation error

Issue - State: closed - Opened by awesomelemonade about 2 years ago - 1 comment

#105 - Validate each field individually

Issue - State: open - Opened by Zizico2 about 2 years ago - 11 comments

#104 - build_method into type parameters

Issue - State: closed - Opened by rksm about 2 years ago - 2 comments

#102 - Add no_std compatibility

Pull Request - State: closed - Opened by andreafioraldi about 2 years ago - 1 comment

#101 - Undocumented breaking Change in v0.15?

Issue - State: closed - Opened by Overdash about 2 years ago - 8 comments

#100 - New release

Issue - State: closed - Opened by langston-barrett about 2 years ago - 2 comments

#98 - Make repository into workspace

Pull Request - State: closed - Opened by AldaronLau about 2 years ago

#97 - Fix private type leak

Pull Request - State: closed - Opened by AldaronLau about 2 years ago - 2 comments

#96 - Field dependencies

Pull Request - State: closed - Opened by mo8it about 2 years ago - 1 comment

#95 - feat: Add PostBuild trait

Pull Request - State: open - Opened by Techassi about 2 years ago - 1 comment

#94 - feat: add support for setter prefix and suffix

Pull Request - State: closed - Opened by Techassi about 2 years ago - 9 comments

#93 - Extract macro to new crate

Pull Request - State: closed - Opened by mo8it about 2 years ago - 7 comments

#91 - Use Rust 1.70 in stable for parse index

Pull Request - State: closed - Opened by mo8it about 2 years ago

#90 - Optimizations

Pull Request - State: closed - Opened by mo8it about 2 years ago

#89 - Try mem::MaybeUninit

Issue - State: closed - Opened by mo8it about 2 years ago - 1 comment

#88 - Deprecated fields

Pull Request - State: closed - Opened by mo8it about 2 years ago - 8 comments

#87 - Upgrade syn to 2.x

Pull Request - State: closed - Opened by mo8it about 2 years ago

#86 - Small fixes

Pull Request - State: closed - Opened by mo8it about 2 years ago

#85 - Upgrade syn to 2.x

Issue - State: closed - Opened by mo8it about 2 years ago - 1 comment

#84 - `const fn` doesn't work

Issue - State: open - Opened by StackOverflowExcept1on about 2 years ago - 5 comments

#83 - Apply attributes to struct? (not fields)

Issue - State: closed - Opened by akiradeveloper over 2 years ago - 2 comments

#82 - Any plans on moving string allocation inside TypedBuilder?

Issue - State: closed - Opened by alekspickle over 2 years ago - 4 comments

#81 - Add flatten feature

Issue - State: open - Opened by poelzi over 2 years ago - 2 comments

#80 - feat: Add into attribute to set the builder output

Pull Request - State: closed - Opened by FlixCoder over 2 years ago - 10 comments

#79 - feat: Set default builder type to empty builder

Pull Request - State: closed - Opened by FlixCoder over 2 years ago

#78 - Builder method name only changes the successful build method

Issue - State: closed - Opened by FlixCoder over 2 years ago

#77 - Set default type for generated Builder generic

Issue - State: closed - Opened by FlixCoder over 2 years ago - 1 comment

#76 - Handle deprecated fields

Issue - State: closed - Opened by mauricelam over 2 years ago - 2 comments

#75 - Context for builder

Issue - State: open - Opened by wackazong over 2 years ago - 5 comments

#74 - Set visibility for `builder` method and `-Builder` type

Issue - State: closed - Opened by KSXGitHub over 2 years ago - 3 comments

#72 - feat: add struct attr to replace `build` method with a private method

Pull Request - State: closed - Opened by fMeow almost 3 years ago - 3 comments

#71 - Possible rustc language features for less magic?

Issue - State: open - Opened by johannescpk almost 3 years ago - 10 comments

#70 - Type level `field_defaults` that only effect `Option<T>` fields

Issue - State: open - Opened by Michael-J-Ward almost 3 years ago - 3 comments

#69 - Setter taking `Option` for non-optional fields

Issue - State: open - Opened by dpc almost 3 years ago - 2 comments

#68 - How to make Builder implement `Deserialize`?

Issue - State: open - Opened by lcmgh about 3 years ago - 3 comments

#67 - Allow invariant checks in `.build()`

Issue - State: open - Opened by Banyc about 3 years ago - 10 comments

#66 - Ideas about using closures

Issue - State: open - Opened by QnnOkabayashi about 3 years ago - 2 comments

#65 - How to implement Default with a function?

Issue - State: closed - Opened by winston0410 over 3 years ago - 2 comments

#64 - Fix some clippy lints

Pull Request - State: closed - Opened by barafael over 3 years ago

#63 - Clarify stance on no_std

Issue - State: closed - Opened by barafael over 3 years ago - 2 comments