gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

README.md (584B)


      1 drop-in replacement for standard "bytes" library
      2 
      3 contains alternative Buffer implementation that provides direct access to the
      4 underlying byte-slice, with some interesting alternative struct methods. provides
      5 no safety guards, if you pass bad values it will blow up in your face...
      6 
      7 and alternative `ToUpper()` and `ToLower()` implementations that use lookup
      8 tables for improved performance
      9 
     10 provides direct call-throughs to most of the "bytes" library functions to facilitate
     11 this being a direct drop-in. in some time, i may offer alternative implementations
     12 for other functions too