Analyze items in a slice and calculate the unique, first, duplicate, and subsequent items and their indices
Core library for the SAP framework
A Lodash inspired utility library to manipulate array and object for Rust
A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets
A workspace for the unique type id crate.
A no-std crate for generating random sequences of unique integers in O(1) time.
Provides an ergonomic way to define data models that are seamlessly converted into IndexedDB object stores, utilizing derive macros
Provides an ergonomic way to define data models that are seamlessly converted into IndexedDB object stores, utilizing derive macros
Leptos library to ensure globally unique DOM identifiers across an application.
A unique id proc-macro generator for types.
A lightweight, powerful CLI tool for generating UUIDs (v1-v5), NanoIDs, CUIDs, ULIDs, and MongoDB ObjectIDs.
Easy support for interacting between SpacetimeDB and Rust.
Check uniqueness across models
Makes sure that for special jobs, there can be only one job with the same workload in one queue. Example: class CacheSweeper include Resque::Plugins::UniqueJob @queue = :cache_sweeps def self.perform(article_id) # Cache Me If You Can... end end
Ensure uniqueness of your ActiveJob jobs
Provides a class to deal with collections of unordered, unique values
Allows uniqueness of a record when sharding (specifying the shard ID as the group) or span accross tables (receipts).
Calculates a set of unique abbreviations for a given set of strings
Resque plugin to add unique jobs
Universally Unique Lexicographically Sortable Identifier implementation for Ruby
Unique identification of Avro schemas for schema resolution
With more than one application server, validates_uniqueness_of becomes a lie. Two app servers -> two requests -> two near-simultaneous uniqueness checks -> two processes that commit to the database independently, violating this faux constraint. You'll need a database-level constraint for cases like these. consistency_fail will find your missing unique indexes, so you can add them and stop ignoring the C in ACID.
Ruby implementation of the K-Sortable Unique IDentifier
Uniqueness for Sidekiq Retries