Like HashSet but retaining INSERTION order and without `Hash` requirement on the Element type.
A macro which allows you to create IdentifiedVecOf newtypes which act as if they were IdentifiedVecOf.
An append only vector, with guaranteed elided bounds checks
Finds the difference between two instances of any data structure. Supports: collections, Strings, Maps etc. Uses LCS where applicable. Also supports derive via `diffus-derive`.
Finds the difference between two instances of any data structure. Supports derive on structs and enums.
Official Rust SDK for ShopSavvy Data API - Access product data, pricing, and price history
A parser tool to generate recursive descent top down parser.
library for upgradeable ACID one-shot files
FHIR Software Development Kit. Library for interfacing with FHIR.
Verifiable Secret Sharing Schemes for splitting, combining and verifying secret shares
The helios-fhir crate is the comprehensive FHIR (Fast Healthcare Interoperability Resources) specification model implementation that contains strongly-typed Rust representations of all FHIR data types, and resourcess for each supported version of the FHIR specification.
Easily define AST using only Rust structures