{"id":21062040,"url":"https://github.com/deermichel/flowing","last_synced_at":"2025-09-01T00:34:54.606Z","repository":{"id":60591454,"uuid":"544127828","full_name":"deermichel/flowing","owner":"deermichel","description":"🔀 Rusty flow graph processing library","archived":false,"fork":false,"pushed_at":"2022-10-30T16:02:26.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-27T01:49:06.536Z","etag":null,"topics":["data-processing","dataflow-programming","dsp","flowgraph","graph","library","node-based","rust","signal-processing"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/flowing","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deermichel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-01T18:09:09.000Z","updated_at":"2024-07-22T18:10:43.000Z","dependencies_parsed_at":"2022-10-01T20:40:14.898Z","dependency_job_id":null,"html_url":"https://github.com/deermichel/flowing","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deermichel%2Fflowing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deermichel%2Fflowing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deermichel%2Fflowing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deermichel%2Fflowing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deermichel","download_url":"https://codeload.github.com/deermichel/flowing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448088,"owners_count":22072755,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-processing","dataflow-programming","dsp","flowgraph","graph","library","node-based","rust","signal-processing"],"created_at":"2024-11-19T17:28:28.692Z","updated_at":"2025-05-16T00:34:32.657Z","avatar_url":"https://github.com/deermichel.png","language":"Rust","readme":"# flowing\n`flowing` is a flow graph processing library written in Rust.\nIt shall serve as a general-purpose building block for all kinds of [dataflow programming](https://en.wikipedia.org/wiki/Dataflow_programming) applications.\nContributions are welcome - as well as showcase examples if you have some awesome project to share :).\n\nThe general idea is to implement the [`Node`](src/node.rs) trait (see [builtin nodes](src/nodes)) and then use the [`Graph`](src/graph.rs) struct to coordinate the processing.\nExample use cases are audio (stay tuned), image processing or logic circuits.\n\nThe graph can contain cycles as long as the feedback loop includes delay.\n\n## License\nThis library is released under the MIT License.\n```\nMIT License\n\nCopyright (c) 2022 Micha Hanselmann\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeermichel%2Fflowing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeermichel%2Fflowing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeermichel%2Fflowing/lists"}