issues
search
greyblake
/
nutype
Rust newtype with guarantees πΊπ¦ π¦
MIT License
1.42k
stars
23
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Ability to generate associated consts
#194
vic1707
closed
1 week ago
2
Fix formatting
#193
greyblake
closed
3 weeks ago
0
Relax the rules around derive
#191
musjj
opened
1 month ago
1
make `__nutype_{type_name}__` compatible with clippy lint
#190
vic1707
closed
1 month ago
4
add `tests` module around generated tests
#189
vic1707
closed
1 month ago
1
Conditional derive
#188
Ducky2048
opened
1 month ago
6
Error path
#187
greyblake
closed
2 months ago
0
validate with error with module path fails
#186
vic1707
closed
2 months ago
3
Add support for fallible sanitizers ?
#185
vic1707
opened
2 months ago
5
allow implementing `core::error::Error` when available
#184
vic1707
closed
2 weeks ago
12
Fix std instead of core or alloc
#183
vic1707
closed
3 weeks ago
1
Fix support for `#![no_std]` and `serde`
#182
vic1707
closed
3 weeks ago
0
Sanitize does not work with custom error
#181
kaankoken
closed
2 months ago
5
Generate core::error::Error for no_std
#179
greyblake
closed
2 weeks ago
0
Explore macro autocomplete with Rust Analyzer
#178
greyblake
opened
2 months ago
0
Prepare v0.5.0
#176
greyblake
closed
2 months ago
0
Rust-analyzer lsp server now gives me macro error
#175
miseyu
closed
3 months ago
2
Prepare 0.5.0-beta.2
#174
greyblake
closed
3 months ago
0
Improve error message when regex feature is not enabled
#173
greyblake
closed
3 months ago
0
Wrong error message when regex feature is not enabled
#172
greyblake
closed
3 months ago
0
Fix doc tests
#171
greyblake
closed
3 months ago
0
Prepare 0.5.0-beta.1
#170
greyblake
closed
3 months ago
0
Fix doc tests
#169
greyblake
closed
3 months ago
1
Add Validation::Custom variant
#168
greyblake
closed
3 months ago
0
Introduce Validation enum
#167
greyblake
closed
3 months ago
0
Refactor: add error_type_name to Guard::WithValidation and downstream it instead of generate name in place
#166
greyblake
closed
3 months ago
0
Add support to UUID
#165
ronanM
closed
4 months ago
3
Remove lazy static
#164
atezet
closed
3 months ago
2
Use LazyLock over lazy_static
#163
atezet
closed
4 months ago
7
Support for UTF-16 length validation
#162
gobanos
opened
4 months ago
0
Support custom errors
#161
greyblake
closed
3 months ago
11
Respect `where` clause in generic newtypes
#160
greyblake
opened
4 months ago
0
Add an example with generics in README and lib.rs doc
#159
greyblake
closed
4 months ago
0
Fix derive as ref with generic boundaries
#158
greyblake
closed
4 months ago
0
derive(Deref) with generic boundaries does not compile
#157
greyblake
closed
4 months ago
0
derive(AsRef) with generic boundaries is not compiling
#156
greyblake
closed
4 months ago
1
prepare-043-beta1
#155
greyblake
closed
5 months ago
0
Prepare README & documentation for 0.4.3
#154
greyblake
closed
4 months ago
0
Deprecate fallible ::new() in favor of ::try_new()
#153
greyblake
closed
5 months ago
0
Better error message on attempt to derive both From and TryFrom
#152
greyblake
closed
5 months ago
0
Support derive(Default) for generic types
#151
greyblake
closed
5 months ago
0
Implement support of derive(Arbitrary) for generic newtypes
#150
greyblake
closed
5 months ago
0
Start implementing support of derive(FromStr) for generic newtypes
#149
greyblake
closed
5 months ago
0
Support derive(TryFrom) with generics
#148
greyblake
closed
5 months ago
0
Show better error message on attempt to derive From and TryFrom
#147
greyblake
closed
5 months ago
0
Use absolute path for Result in macro-generated code
#146
Hosshii
closed
5 months ago
1
Start working on trait boundaries for generics
#145
greyblake
closed
5 months ago
0
Make it possible to derive Serialize and Deserialize on Cow<a, str>
#144
greyblake
closed
5 months ago
0
Derive AsRef on newtypes with generics
#143
greyblake
closed
6 months ago
0
Allow trait boundaries for generic newtypes
#142
greyblake
closed
5 months ago
0
Next