1. Feb 28, 2020
    • Pierre Krieger's avatar
      Makes the crate's API way more understandable (#96) · d5c911a4
      Pierre Krieger authored
      * Move common to crate root
      
      * Move transport traits to own module
      
      * Hide transport::client and transport::server
      
      * Move ws and http to transport
      
      * Typo fix
      
      * Remove the shortcuts for raw client and servers
      
      * Rename core to raw
      
      * Remove commented-out code
      
      * Fix docs of raw module
      
      * Rustfmt
      
      * Force inline
      
      * Rustfmt
      v0.1.0
      d5c911a4
  2. Feb 26, 2020
  3. Feb 19, 2020
    • Pierre Krieger's avatar
      Prepare core for no_std support (#90) · 0486b10c
      Pierre Krieger authored
      * Prepare core for no_std support
      
      * Fix missing documentation thingies
      
      * Rustfmt
      
      * For some reason my local rustfmt didn't pick up these changes
      
      * Fix compilation
      
      * Rustfmt
      0486b10c
  4. Oct 29, 2019
  5. Sep 23, 2019