Skip to content
Snippets Groups Projects
Select Git revision
  • cda8c9cae1be264227cf1a7b3da2f314ed4f34a0
  • master default
  • 0.5.1
  • 0.3.1
4 results

examples

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    James Munns authored
    Start modularizing packet
    
    move header into its own chunk, include tests
    
    Move auto_respond as a class method
    
    Move packet into its own file
    
    rename "packet" to "message"
    
    Rename Response and Request to *Type to free up the names
    
    Added request and response, pretty clunky feeling though. How can I refactor this?
    
    Better consistency using "message" for the packet inside a Request/Response
    
    cleanup `use`s a bit
    
    more cleaning
    
    Cleanup before pull request
    
    Add tests
    
    Add response test
    
    Cargo fmt
    57ce239e
    History
    Name Last commit Last update
    ..