Releases: Rust-Framework/rust-flow
Releases · Rust-Framework/rust-flow
Release list
rust-flow v0.1.0
English · 简体中文
English
v0.1.0 · First crates.io release
The framework-agnostic core crate rust-agent-flow is released on crates.io for the first time.
Added
FlowGraphgraph model (stableNodeId/EdgeIdslotmap keys)Viewportpan + zoom transform math- Geometry: edge paths, hit-testing,
port_calc, obstacle-aware A* routing - Layout:
LayoutEnginetrait +DagreLayout - Schema:
NodeSchema/PortSpec/FieldSpecproperty-panel description model
The core crate has no GPUI dependency and can be reused by CLI tools or other renderers. The GPUI rendering layer (
rust-agent-flow-gpui) depends on the zed GPUI git dependency and is not published yet.
简体中文
v0.1.0 · 首次 crates.io 发布
框架无关的核心 crate rust-agent-flow 首次发布到 crates.io。
新增
FlowGraph图模型(NodeId/EdgeId稳定 slotmap 键)Viewport平移 + 缩放变换数学- 几何:边路径、命中测试、
port_calc、障碍感知 A* 路由 - 布局:
LayoutEnginetrait +DagreLayout - 架构:
NodeSchema/PortSpec/FieldSpec属性面板描述模型
核心 crate 无 GPUI 依赖,可复用于 CLI 工具或其他渲染后端。GPUI 渲染层(
rust-agent-flow-gpui)依赖 zed GPUI git 依赖,暂不发布。