Skip to content

v0.2.0

Choose a tag to compare

@samp-reston samp-reston released this 13 Jan 03:41
· 32 commits to main since this release
2529f90

Added

  • finish documentation and api polishing
  • completed type safe UDP socket
  • add into split method
  • implements from_std for tcp
  • implement tcp only sending and generic reading

Fixed

  • remove dead code and add remainder of tcp compliant payloadtypes

Other

  • fix tests
  • update deps
  • (api) updated module exports
  • remove copies, add access to inner at ref
  • extract into better mod structure
  • added test for into_split()
  • remove more dead code
  • remove dead code
  • improve send to only send applicable tcp types