48 packages tagged with “struct”
Client to connect to Struct PIM Api
Models used by the Struct PIM Api
This library implements Kaitai Struct API for C#.
A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
A thread-safe int32 struct implemented on top of Interlocked/Volatile operations.
An externally initializing singleton dictionary that uses double-check asynchronous locking, with optional async and sync disposal
Implementation in C# of LINQ concept with struct
Provides a high performance mpsc intrusive queue primitive
Extended collection of packages that provide common structures, extensions, and helpers that can be used across many libraries, and applications.
Implementation in C# of LINQ concept with struct. Extension support for BCL containers
Source generator for duplicating structs to a read-only copy.
C# enum(like) with non-integer type casts (by source generator)
Superstructs is a bunch of useful value types that fortify the source code
Fast reference and value types shallow/deep cloner
Base for struct/class, lists and dictionaries, to add some helpers
A composition of async tools, collections and struct-collections. Performance is key.
.NET Standard library of simple value type related functionality.
Package Description
Contains the Result type; A type representing either a success value or failure value.
Ever needed to cast one struct to another, or pull a struct out of a byte array without a lot of work or unsafe code? I have too, so I made PODcaster. It can cast between individual elements as well as to and from array sections.
Age Struct is a lightweight C# library that provides a struct representing age in years and days, along with extension methods for calculating and determining age based on given dates. This library simplifies age-related operations, making it easy to classify ages into infants, children, and adults.
C# records (immutable structs and classes) analyzer and code fix to create Constructor and `With` method. Installs as a development dependency.
Analyzer forbidden the default constructor of structs
结构体自动序列化和反序列化二进制,需要结构体继承接口IBinarySerializable,使用FieldDefineAttribute特定字段
An extension for Umbraco CMS providing a Struct PIM ProductAdapter for Umbraco Commerce.
Stronly typed ids using readonly record structs and modern C# features.