3 个不稳定版本
0.2.1 | 2022年10月30日 |
---|---|
0.2.0 | 2022年10月4日 |
0.1.0 | 2022年10月1日 |
#1404 in 算法
29KB
556 行
flowing
flowing
是一个用 Rust 编写的流图处理库。它应作为各种数据流编程应用的通用构建块。欢迎贡献 - 如果你有一些很棒的项目要分享的话 :).
基本思想是实现 Node
特性(参见 内置节点),然后使用 Graph
结构来协调处理。示例用例包括音频(敬请期待)、图像处理或逻辑电路。
只要反馈回路包含延迟,图中可以包含循环。
许可证
本库使用 MIT 许可证发布。
MIT License
Copyright (c) 2022 Micha Hanselmann
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.