TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Plumbum: A lazy, constant-memory streaming data Rust library

75 pointsby jaxonduover 9 years ago

5 comments

twicover 9 years ago
I see that a Kleisli arrow is involved somehow. I have no idea what a Kleisli arrow is. Would i have to learn in order to use this library?<p>Is the involvement of a Kleisli arrow strictly necessary?
评论 #10371898 未加载
评论 #10370469 未加载
agfover 9 years ago
Another &quot;taken&quot; library name: <a href="https:&#x2F;&#x2F;plumbum.readthedocs.org&#x2F;en&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;plumbum.readthedocs.org&#x2F;en&#x2F;latest&#x2F;</a> (I used it a bit and contributed a small usability patch a couple of years ago.)
评论 #10368618 未加载
lumpypuaover 9 years ago
Can we please have plumbum-contrib named plumbus instead?<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eMJk4y9NGvE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eMJk4y9NGvE</a>
评论 #10369724 未加载
评论 #10371135 未加载
okasakiover 9 years ago
Orange is an unfortunate color for links, since many people are probably used to it signifying &quot;this link is invalid&quot; from wikipedia.
评论 #10370338 未加载
nutateover 9 years ago
This is somewhat similar to the streaming producer&#x2F;consumer from another rust crate: <a href="https:&#x2F;&#x2F;github.com&#x2F;Geal&#x2F;nom" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Geal&#x2F;nom</a> perhaps they could be interoperable.