File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1- # Rill [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/destel/rill )] ( https://pkg.go.dev/github.com/destel/rill ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/destel/rill )] ( https://goreportcard.com/report/github.com/destel/rill ) [ ![ codecov] ( https://codecov.io/gh/destel/rill/graph/badge.svg?token=252K8OQ7E1 )] ( https://codecov.io/gh/destel/rill )
1+ # Rill [ ![ GoDoc] ( https://pkg.go.dev/badge/github.com/destel/rill )] ( https://pkg.go.dev/github.com/destel/rill ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/destel/rill )] ( https://goreportcard.com/report/github.com/destel/rill ) [ ![ codecov] ( https://codecov.io/gh/destel/rill/graph/badge.svg?token=252K8OQ7E1 )] ( https://codecov.io/gh/destel/rill ) [ ![ Mentioned in Awesome Go ] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go )
22Rill (noun: a small stream) is a Go toolkit that offers a collection of easy-to-use functions for concurrency, streaming,
33batching and pipeline construction. It abstracts away the complexities of concurrency, removes boilerplate,
44provides a structured way to handle errors and allows developers to focus on core logic.
55Whether you need to perform a basic concurrent ForEach or construct a complex multi-stage processing pipeline,
66Rill has got you covered.
77
8+
89
910
1011## Key Features
You can’t perform that action at this time.
0 commit comments