File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# SYNOPSIS
22
3- Push-Streams is a streams implementation based on this streams [ spec] [ 1 ] . There
3+ ` push-stream ` is a streams implementation based on this streams [ spec] [ 1 ] . There
44is a minimal base-class that implements pipe and adds placeholders for typical
55properties and methods that will be used in implementing the usual ` Source ` ,
66` Sync ` , ` Through ` and ` Duplex ` streams.
77
8- Pipe overloads the ` | ` operator to improve readability, ie you can do this...
8+ The base class overloads the ` | ` operator to improve readability, ie you can do
9+ this...
910
1011``` c++
1112int main () {
@@ -20,7 +21,7 @@ This module is designed to work with the [`datcxx`][0] build tool. To add this
2021module to your project us the following command...
2122
2223``` bash
23- build add datcxx/sodium
24+ build add datcxx/push-stream
2425```
2526
2627
Original file line number Diff line number Diff line change 33 "description" : " A push streams implementation" ,
44 "repository" : {
55 "type" : " git" ,
6- "url" : " git@github.com:datcxx/push-streams .git"
6+ "url" : " git@github.com:datcxx/push-stream .git"
77 },
88 "devDependencies" : {
99 "git@github.com:heapwolf/cxx-tap" : " d373e4be"
You can’t perform that action at this time.
0 commit comments