# Packages
Package shardpb contains the protobuf-generated code for the internal cluster communication.
# Functions
NewIntSharder shards on integers using a simple mod operation.
NewShard creates a new shard with a weight.
NewShardMap creates a new shard mapper instance.
NewStringSharder hashes a string and calculates a shard based on the hash value.
# Type aliases
ShardFunc is a sharding function.