• Niklas Adolfsson's avatar
    feat: server configurable subscriptionID (#604) · bc688cc2
    Niklas Adolfsson authored
    
    
    * PoC
    
    * introduce IdProvider trait
    
    * revert Cow stuff
    
    * Update ws-server/src/server.rs
    
    * fix tests
    
    * cargo fmt
    
    * use 'static lifetime in SubscriptionId
    
    * fix tests
    
    * fmt
    
    * make tests compile again
    
    * fix tests
    
    * Fix tests
    
    * Move IdProvider impls to own module
    
    * move `sub-id gen` types to `core`
    
    * fix doc links
    
    * make rand non-optional dep
    
    * feature gate: id provider
    
    Co-authored-by: default avatarDavid Palm <[email protected]>
    bc688cc2
This project manages its dependencies using Cargo. Learn more