Skip to content

Automatic implemention of stronly typed IDs via record structs with compile-time feature auto-detection

License

Notifications You must be signed in to change notification settings

devlooped/StructId

Repository files navigation

Icon ThisAssembly

Version Downloads License Build

An opinionated strongly-typed ID library that uses readonly record struct in C# for maximum performance, minimal memory allocation typed identifiers.

public readonly partial record struct UserId : IStructId<Guid>;

About

Automatic implemention of stronly typed IDs via record structs with compile-time feature auto-detection

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published