Socket
Book a DemoInstallSign in
Socket

spheric.cloud/xstd

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spheric.cloud/xstd

Go Modules
Version
v0.0.0-20250821210435-9d022b667ab2
Version published
Created
Source

xstd

A collection of generic helpers for Go, extending the standard library with a focus on modern Go features like generics and iterators.

Go Reference

Installation

go get spheric.cloud/xstd

Packages

This repository is organized into the following packages:

constraints

Provides a collection of useful type constraints for generic programming.

container/hashmap

A generic hash map implementation.

container/list

A generic doubly-linked list implementation.

container/squeue

A generic sequential queue implementation.

funcs

Provides a collection of generic function adapters and helpers.

gen

Contains code generation tools for the repository.

iters

Provides a rich set of helpers and adapters for working with Go's new iterators (iter.Seq).

maps

Contains generic functions for working with maps.

net/http

Provides helpers and utilities for the net/http package.

ptrs

A collection of utility functions for working with pointers.

set

A generic set implementation.

sets

Contains generic functions for working with sets.

slices

Provides generic functions for working with slices.

strings

Contains helper functions for working with strings.

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.

FAQs

Package last updated on 21 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts