Skip to content
View Thomblin's full-sized avatar

Organizations

@BrisklyPapers

Block or report Thomblin

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. xml_schema_generator xml_schema_generator Public

    A collection of helper functions to read a given XML string or stream using quick_xml and generating a Struct (as String) that you can use in your Rust program to serialize or deserialize XML of th…

    Rust 39 5

  2. hashring_coordinator hashring_coordinator Public

    Calculates hash ranges to help coordinate a hashring (using consistent hashing) for storing and finding keys, and replicating keys between nodes if the cluster changes (add, remove nodes) or betwee…

    Rust