mirror of
https://github.com/ruvnet/RuView
synced 2026-08-09 20:21:43 +00:00
feat: vendor midstream and sublinear-time-solver libraries
Add ruvnet/midstream (AIMDS real-time inference) and ruvnet/sublinear-time-solver (sublinear optimization algorithms) as vendored dependencies under vendor/. Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
Vendored
+21
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Installing Midstream application..."
|
||||
|
||||
# Create project structure
|
||||
mkdir -p src/tests
|
||||
|
||||
# Install hyprstream
|
||||
cargo add hyprstream
|
||||
|
||||
# Install test dependencies
|
||||
cargo add --dev mockall tokio
|
||||
|
||||
# Install dependencies and build project
|
||||
cargo build
|
||||
|
||||
# Run tests
|
||||
cargo test
|
||||
|
||||
echo "Installation complete!"
|
||||
Reference in New Issue
Block a user