Ecosyste.ms: Issues

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

GitHub / greyblake/nutype issues and pull requests

#191 - Relax the rules around derive

Issue - State: open - Opened by musjj 24 days ago - 1 comment

#190 - make `__nutype_{type_name}__` compatible with clippy lint

Pull Request - State: closed - Opened by vic1707 26 days ago - 4 comments

#189 - add `tests` module around generated tests

Pull Request - State: closed - Opened by vic1707 26 days ago - 1 comment

#188 - Conditional derive

Issue - State: open - Opened by Ducky2048 about 1 month ago - 6 comments

#187 - Error path

Pull Request - State: closed - Opened by greyblake about 2 months ago

#186 - validate with error with module path fails

Issue - State: closed - Opened by vic1707 about 2 months ago - 3 comments

#185 - Add support for fallible sanitizers ?

Issue - State: open - Opened by vic1707 about 2 months ago - 5 comments

#184 - allow implementing `core::error::Error` when available

Pull Request - State: open - Opened by vic1707 2 months ago - 8 comments

#183 - Fix std instead of core or alloc

Pull Request - State: open - Opened by vic1707 2 months ago

#182 - Fix support for `#![no_std]` and `serde`

Issue - State: open - Opened by vic1707 2 months ago

#181 - Sanitize does not work with custom error

Issue - State: closed - Opened by kaankoken 2 months ago - 5 comments

#179 - Generate core::error::Error for no_std

Issue - State: open - Opened by greyblake 2 months ago

#178 - Explore macro autocomplete with Rust Analyzer

Issue - State: open - Opened by greyblake 2 months ago

#176 - Prepare v0.5.0

Pull Request - State: closed - Opened by greyblake 3 months ago

#175 - Rust-analyzer lsp server now gives me macro error

Issue - State: closed - Opened by miseyu 3 months ago - 2 comments

#174 - Prepare 0.5.0-beta.2

Pull Request - State: closed - Opened by greyblake 3 months ago

#173 - Improve error message when regex feature is not enabled

Pull Request - State: closed - Opened by greyblake 3 months ago

#173 - Improve error message when regex feature is not enabled

Pull Request - State: closed - Opened by greyblake 3 months ago

#172 - Wrong error message when regex feature is not enabled

Issue - State: closed - Opened by greyblake 3 months ago

#172 - Wrong error message when regex feature is not enabled

Issue - State: closed - Opened by greyblake 3 months ago

#171 - Fix doc tests

Pull Request - State: closed - Opened by greyblake 3 months ago

#170 - Prepare 0.5.0-beta.1

Pull Request - State: closed - Opened by greyblake 3 months ago

#169 - Fix doc tests

Issue - State: closed - Opened by greyblake 3 months ago - 1 comment
Labels: 0.5.0

#168 - Add Validation::Custom variant

Pull Request - State: closed - Opened by greyblake 3 months ago
Labels: 0.5.0

#167 - Introduce Validation enum

Pull Request - State: closed - Opened by greyblake 3 months ago

#165 - Add support to UUID

Issue - State: closed - Opened by ronanM 4 months ago - 3 comments

#164 - Remove lazy static

Pull Request - State: closed - Opened by atezet 4 months ago - 2 comments

#163 - Use LazyLock over lazy_static

Pull Request - State: closed - Opened by atezet 4 months ago - 7 comments

#162 - Support for UTF-16 length validation

Issue - State: open - Opened by gobanos 4 months ago

#161 - Support custom errors

Issue - State: closed - Opened by greyblake 4 months ago - 11 comments
Labels: 0.5.0

#160 - Respect `where` clause in generic newtypes

Issue - State: open - Opened by greyblake 4 months ago

#160 - Respect `where` clause in generic newtypes

Issue - State: open - Opened by greyblake 4 months ago

#159 - Add an example with generics in README and lib.rs doc

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

#158 - Fix derive as ref with generic boundaries

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

#158 - Fix derive as ref with generic boundaries

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

#157 - derive(Deref) with generic boundaries does not compile

Issue - State: closed - Opened by greyblake 4 months ago
Labels: bug

#157 - derive(Deref) with generic boundaries does not compile

Issue - State: closed - Opened by greyblake 4 months ago
Labels: bug

#156 - derive(AsRef) with generic boundaries is not compiling

Issue - State: closed - Opened by greyblake 4 months ago - 1 comment
Labels: bug

#156 - derive(AsRef) with generic boundaries is not compiling

Issue - State: closed - Opened by greyblake 4 months ago - 1 comment
Labels: bug

#155 - prepare-043-beta1

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

#155 - prepare-043-beta1

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

#154 - Prepare README & documentation for 0.4.3

Issue - State: open - Opened by greyblake 5 months ago
Labels: v0.4.3

#154 - Prepare README & documentation for 0.4.3

Issue - State: closed - Opened by greyblake 5 months ago
Labels: v0.4.3

#153 - Deprecate fallible ::new() in favor of ::try_new()

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

#152 - Better error message on attempt to derive both From and TryFrom

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

#152 - Better error message on attempt to derive both From and TryFrom

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

#151 - Support derive(Default) for generic types

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

#150 - Implement support of derive(Arbitrary) for generic newtypes

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

#148 - Support derive(TryFrom) with generics

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

#148 - Support derive(TryFrom) with generics

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

#147 - Show better error message on attempt to derive From and TryFrom

Issue - State: open - Opened by greyblake 5 months ago
Labels: enhancement, v0.5

#147 - Show better error message on attempt to derive From and TryFrom

Issue - State: closed - Opened by greyblake 5 months ago
Labels: enhancement, v0.4.3

#146 - Use absolute path for Result in macro-generated code

Pull Request - State: closed - Opened by Hosshii 5 months ago - 1 comment

#145 - Start working on trait boundaries for generics

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

#143 - Derive AsRef on newtypes with generics

Pull Request - State: closed - Opened by greyblake 6 months ago

#142 - Allow trait boundaries for generic newtypes

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#142 - Allow trait boundaries for generic newtypes

Issue - State: closed - Opened by greyblake 6 months ago
Labels: v0.5, generics

#141 - Derive Serialize and Deserialize for newtype with generics

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#141 - Derive Serialize and Deserialize for newtype with generics

Issue - State: closed - Opened by greyblake 6 months ago - 2 comments
Labels: v0.5, generics

#140 - Derive Arbitrary for newtype with generics

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#140 - Derive Arbitrary for newtype with generics

Issue - State: closed - Opened by greyblake 6 months ago
Labels: v0.5, generics

#139 - Derive Default for generic newtype

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#139 - Derive Default for generic newtype

Issue - State: closed - Opened by greyblake 6 months ago - 1 comment
Labels: v0.4.3, generics

#138 - Derive FromStr for generic newtype

Issue - State: closed - Opened by greyblake 6 months ago
Labels: v0.5, generics

#138 - Derive FromStr for generic newtype

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#137 - Derive AsRef for generic newtype

Issue - State: closed - Opened by greyblake 6 months ago
Labels: v0.5, generics

#137 - Derive AsRef for generic newtype

Issue - State: open - Opened by greyblake 6 months ago
Labels: v0.5, generics

#136 - Remove dead code

Pull Request - State: closed - Opened by greyblake 6 months ago

#136 - Remove dead code

Pull Request - State: closed - Opened by greyblake 6 months ago

#135 - Support for generic types

Pull Request - State: closed - Opened by greyblake 6 months ago
Labels: v0.5

#134 - Use #[diagnostic] to improve error messages

Issue - State: closed - Opened by greyblake 7 months ago - 1 comment

#133 - Support for borrowing newtypes

Issue - State: closed - Opened by Ducky2048 7 months ago - 8 comments
Labels: v0.4.3, generics

#132 - Allow deriving Arbitrary for String types

Pull Request - State: closed - Opened by greyblake 7 months ago

#130 - Is a generic newtype possible?

Issue - State: closed - Opened by atezet 8 months ago - 12 comments
Labels: v0.4.3, generics

#129 - Consider switching to `predicates` crate for predicates

Issue - State: closed - Opened by teohhanhui 8 months ago - 1 comment

#128 - Add support for DieselNewType from diesel-derive-newtype

Pull Request - State: closed - Opened by SpartanPlume 9 months ago - 3 comments

#127 - Fix serde_complex example

Pull Request - State: closed - Opened by greyblake 9 months ago

#126 - Add const getter for Copy types

Issue - State: open - Opened by helgoboss 9 months ago - 4 comments

#125 - initial error message reformat

Pull Request - State: closed - Opened by danma3x 9 months ago - 1 comment

#124 - Consider implementing From<T> where T: Into<#inner_type>?

Issue - State: closed - Opened by schneiderfelipe 10 months ago - 12 comments

#123 - Prepare for release 0.4.1-beta.1

Pull Request - State: closed - Opened by greyblake 10 months ago

#122 - Support no_std

Pull Request - State: closed - Opened by greyblake 10 months ago

#120 - Unable to use validation in no-std crate

Issue - State: closed - Opened by TheBestTvarynka 10 months ago - 3 comments

#119 - Support derive of Arbitrary for any inner type

Pull Request - State: closed - Opened by greyblake 10 months ago

#118 - Setup typos

Pull Request - State: closed - Opened by greyblake 10 months ago

#117 - Use #[inline] attr for trivial functions

Pull Request - State: closed - Opened by greyblake 11 months ago

#116 - Arbitrary support for float types

Pull Request - State: closed - Opened by greyblake 11 months ago

#115 - Suggestion: Add `#[inline(always)]` to most derives

Issue - State: closed - Opened by Sympatron 11 months ago - 9 comments

#114 - Add typos crate to CI

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

#113 - Слава Україні!

Pull Request - State: closed - Opened by Sajjon 11 months ago - 3 comments

#112 - Const values

Pull Request - State: closed - Opened by greyblake 11 months ago

#111 - Ability to derive `fake-rs`'s `Dummy` trait

Issue - State: closed - Opened by sidrubs 12 months ago - 7 comments

#110 - Support Arbitrary for String types

Issue - State: closed - Opened by greyblake 12 months ago

#109 - Support Arbitrary for float types

Issue - State: closed - Opened by greyblake 12 months ago - 1 comment

#108 - Support Arbitrary for `any` types

Issue - State: closed - Opened by greyblake 12 months ago

#107 - Support of Arbitrary for integers

Pull Request - State: closed - Opened by greyblake 12 months ago

#105 - Add meaningful error messages

Issue - State: closed - Opened by russellbanks 12 months ago - 3 comments