Categorygithub.com/basecomplextech/baselibrary
repository
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

baseLibrary: Advanced Go Library

Core:

  • alloc: arena allocator and buffers.
  • async: async primitives.
  • buffer: general byte buffer.
  • exc: more errors.
  • ref: reference counting.
  • status: result status and status codes.
  • try: try/recover.

Extra:

  • bin: binary bin128 and bin256 values.
  • constraints: generic constraints.
  • crypto: crypto algorithms.
  • encoding: binary encodings.
  • fs: filesystem interface.
  • logging: logging interface.
  • slices: slice utilities.
  • tests: test interfaces and utilities.
  • bin128: binary 128-bit value.

© 2021-2023 Ivan Korobkov