Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessecoretta/go-shifty
shifty offers quick and extensible additive bit shifting
https://github.com/jessecoretta/go-shifty
additive bitshift golang shift uint16 uint32 uint8 unshift
Last synced: 24 days ago
JSON representation
shifty offers quick and extensible additive bit shifting
- Host: GitHub
- URL: https://github.com/jessecoretta/go-shifty
- Owner: JesseCoretta
- License: mit
- Created: 2023-09-19T09:02:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T22:08:29.000Z (9 months ago)
- Last Synced: 2024-02-09T23:24:26.464Z (9 months ago)
- Topics: additive, bitshift, golang, shift, uint16, uint32, uint8, unshift
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go Report Card](https://goreportcard.com/badge/github.com/JesseCoretta/go-shifty)](https://goreportcard.com/report/github.com/JesseCoretta/go-shifty) [![Go Reference](https://pkg.go.dev/badge/github.com/JesseCoretta/go-shifty.svg)](https://pkg.go.dev/github.com/JesseCoretta/go-shifty) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/JesseCoretta/go-shifty/blob/main/LICENSE) [![codecov](https://codecov.io/gh/JesseCoretta/go-shifty/graph/badge.svg?token=2MHIRM36MS)](https://codecov.io/gh/JesseCoretta/go-shifty) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/JesseCoretta/go-shifty/issues) [![Experimental](https://img.shields.io/badge/experimental-blue?logoColor=blue&label=%F0%9F%A7%AA%20%F0%9F%94%AC&labelColor=blue&color=gray)](https://github.com/JesseCoretta/JesseCoretta/blob/main/EXPERIMENTAL.md) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/jessecoretta/go-shifty/go.yml?event=push) [![Author](https://img.shields.io/badge/author-Jesse_Coretta-darkred?label=%F0%9F%94%BA&labelColor=indigo&color=maroon)](mailto:[email protected]) [![GitHub release (with filter)](https://img.shields.io/github/v/release/JesseCoretta/go-shifty)](https://github.com/JesseCoretta/go-shifty/releases) [![Help Animals](https://img.shields.io/badge/donations-yellow?label=%F0%9F%98%BA&labelColor=Yellow)](https://github.com/JesseCoretta/JesseCoretta/blob/main/DONATIONS.md)
## go-shifty
Package shifty offers quick and extensible additive bit shifting for simple configuration values, such as those describing a combination of log levels.