#rust #protobuf #rust
Prost is a Rust tool that turns Protocol Buffers (.proto) files into simple, readable Rust code for proto2/proto3. It keeps comments, uses Rust derives for clean types, handles packages as modules, preserves unknown enums, and serializes existing types easily—add to Cargo.toml and use prost-build in build.rs. You benefit by getting fast, safe, idiomatic Rust for efficient data serialization in gRPC/microservices, saving time on boilerplate while ensuring memory safety and performance.
https://github.com/tokio-rs/prost
Prost is a Rust tool that turns Protocol Buffers (.proto) files into simple, readable Rust code for proto2/proto3. It keeps comments, uses Rust derives for clean types, handles packages as modules, preserves unknown enums, and serializes existing types easily—add to Cargo.toml and use prost-build in build.rs. You benefit by getting fast, safe, idiomatic Rust for efficient data serialization in gRPC/microservices, saving time on boilerplate while ensuring memory safety and performance.
https://github.com/tokio-rs/prost
GitHub
GitHub - tokio-rs/prost: PROST! a Protocol Buffers implementation for the Rust Language
PROST! a Protocol Buffers implementation for the Rust Language - tokio-rs/prost
#rust #git #git_hooks #pre_commit
prek is a faster, dependency-free alternative to pre-commit, built in Rust. You download a single binary with no runtime requirements, and it automatically manages Python versions and virtual environments for you. It runs multiple times faster than pre-commit while using half the disk space, shares toolchains between hooks, and supports parallel execution. prek is fully compatible with existing pre-commit configurations, includes built-in support for monorepos, and offers improved commands like running hooks on specific directories or last commits. Major projects like CPython, Apache Airflow, and FastAPI already use it, making it a reliable choice for streamlining your code quality checks.
https://github.com/j178/prek
prek is a faster, dependency-free alternative to pre-commit, built in Rust. You download a single binary with no runtime requirements, and it automatically manages Python versions and virtual environments for you. It runs multiple times faster than pre-commit while using half the disk space, shares toolchains between hooks, and supports parallel execution. prek is fully compatible with existing pre-commit configurations, includes built-in support for monorepos, and offers improved commands like running hooks on specific directories or last commits. Major projects like CPython, Apache Airflow, and FastAPI already use it, making it a reliable choice for streamlining your code quality checks.
https://github.com/j178/prek
GitHub
GitHub - j178/prek: ⚡ A Git hook manager written in Rust, designed as a drop-in alternative to pre-commit.
⚡ A Git hook manager written in Rust, designed as a drop-in alternative to pre-commit. - j178/prek
#rust #rust #vpn
ANet is a free Rust-based tool for creating private, secure networks between trusted people using the ASTP protocol with full end-to-end encryption (ChaCha20Poly1305/X25519), resilience to bad connections, noise-like traffic to hide activity, and clients for Linux, Windows, and Android. Build it easily with `cargo build --release`. It lets you connect safely past censorship or blocks, bypassing surveillance for reliable private chats and data sharing with friends.
https://github.com/ZeroTworu/anet
ANet is a free Rust-based tool for creating private, secure networks between trusted people using the ASTP protocol with full end-to-end encryption (ChaCha20Poly1305/X25519), resilience to bad connections, noise-like traffic to hide activity, and clients for Linux, Windows, and Android. Build it easily with `cargo build --release`. It lets you connect safely past censorship or blocks, bypassing surveillance for reliable private chats and data sharing with friends.
https://github.com/ZeroTworu/anet
GitHub
GitHub - ZeroTworu/anet: Simple Rust VPN Client / Server
Simple Rust VPN Client / Server. Contribute to ZeroTworu/anet development by creating an account on GitHub.
#rust
LiteBox is a new open-source Rust library OS from Microsoft that sandboxes apps with a tiny host interface to slash attack risks and boost security. It runs Linux programs on Windows without changes, sandboxes Linux apps better than containers, supports secure tech like SEV-SNP and OP-TEE, and works in kernel or non-kernel setups under MIT license. You gain safer app isolation, easier cross-platform runs, and smaller vulnerability blasts for secure coding, CI jobs, or cloud tasks—while it's evolving, so adapt as it improves.
https://github.com/microsoft/litebox
LiteBox is a new open-source Rust library OS from Microsoft that sandboxes apps with a tiny host interface to slash attack risks and boost security. It runs Linux programs on Windows without changes, sandboxes Linux apps better than containers, supports secure tech like SEV-SNP and OP-TEE, and works in kernel or non-kernel setups under MIT license. You gain safer app isolation, easier cross-platform runs, and smaller vulnerability blasts for secure coding, CI jobs, or cloud tasks—while it's evolving, so adapt as it improves.
https://github.com/microsoft/litebox
GitHub
GitHub - microsoft/litebox: A security-focused library OS supporting kernel- and user-mode execution
A security-focused library OS supporting kernel- and user-mode execution - microsoft/litebox
#rust
Monty is a minimal, secure Python interpreter in Rust that safely runs AI-generated code in your agents. It starts in under 1 microsecond, blocks host access to files, network, and env vars (only via your controlled functions), and supports type checking, resource limits, and snapshotting to pause/resume execution. This lets you skip slow, complex containers, making AI agents run faster, cheaper, and more reliably without security risks.
https://github.com/pydantic/monty
Monty is a minimal, secure Python interpreter in Rust that safely runs AI-generated code in your agents. It starts in under 1 microsecond, blocks host access to files, network, and env vars (only via your controlled functions), and supports type checking, resource limits, and snapshotting to pause/resume execution. This lets you skip slow, complex containers, making AI agents run faster, cheaper, and more reliably without security risks.
https://github.com/pydantic/monty
GitHub
GitHub - pydantic/monty: A minimal, secure Python interpreter written in Rust for use by AI
A minimal, secure Python interpreter written in Rust for use by AI - pydantic/monty
#rust #ai #ai_ocr #attention_mechanism #gnn #gnn_model #gnns #graph #graph_neural_networks #llm_inference #low_latency #mincut #neo4j #ocr #onnx #rust #vector #wasm
RuVector is a free, open-source vector database that gets smarter with every query. Unlike static databases, it learns from usage via GNN layers, runs LLMs locally with no cloud costs, supports graph queries like Neo4j, scales freely across nodes, and deploys as a single self-booting file (125ms startup). Run with `npx ruvector`. You benefit from faster, more accurate AI search that improves automatically, zero operating costs, full offline/privacy control, and easy scaling—perfect for RAG, agents, or edge apps without vendor lock-in.
https://github.com/ruvnet/ruvector
RuVector is a free, open-source vector database that gets smarter with every query. Unlike static databases, it learns from usage via GNN layers, runs LLMs locally with no cloud costs, supports graph queries like Neo4j, scales freely across nodes, and deploys as a single self-booting file (125ms startup). Run with `npx ruvector`. You benefit from faster, more accurate AI search that improves automatically, zero operating costs, full offline/privacy control, and easy scaling—perfect for RAG, agents, or edge apps without vendor lock-in.
https://github.com/ruvnet/ruvector
GitHub
GitHub - ruvnet/RuVector: RuVector is a High Performance, Real-Time, Self-Learning Ai, Vector GNN, Memory DB built in Rust.
RuVector is a High Performance, Real-Time, Self-Learning Ai, Vector GNN, Memory DB built in Rust. - ruvnet/RuVector
❤2👍2
#rust #ai_gateway #ai_gateway_support #envoy #envoyproxy #gateway #generative_ai #llm_gateway #llm_inference #llm_proxy #llm_routing #llmops #llms #openai #prompt #proxy #proxy_server #routing
Plano is an AI-native proxy server that handles key tasks for agentic apps like routing between agents, smart LLM model selection, safety guardrails, and automatic traces for observability. Define agents in simple YAML, write basic HTTP code in any language, and start Plano to run multi-agent systems without custom plumbing or framework lock-in. You benefit by building and shipping reliable agents to production much faster, focusing on core logic while gaining safety, low latency, and easy scaling.
https://github.com/katanemo/plano
Plano is an AI-native proxy server that handles key tasks for agentic apps like routing between agents, smart LLM model selection, safety guardrails, and automatic traces for observability. Define agents in simple YAML, write basic HTTP code in any language, and start Plano to run multi-agent systems without custom plumbing or framework lock-in. You benefit by building and shipping reliable agents to production much faster, focusing on core logic while gaining safety, low latency, and easy scaling.
https://github.com/katanemo/plano
GitHub
GitHub - katanemo/plano: Plano is an AI-native proxy and data plane for agentic apps — with built-in orchestration, safety, observability…
Plano is an AI-native proxy and data plane for agentic apps — with built-in orchestration, safety, observability, and smart LLM routing so you stay focused on your agents core logic. - katanemo/plano
❤2
#typescript #ai_tools #claude_code #codex #desktop_app #kimi_k2_thiking #mcp #minimax #open_source #opencode #provider_management #rust #skills #skills_management #tauri #typescript #wsl_support
CC-Switch is a free desktop app (v3.10.2) for Windows, macOS, and Linux that lets you easily switch API providers, manage MCP servers, install Claude skills, and edit prompts for Claude Code, Codex, and Gemini CLI tools. It offers speed tests, auto-backups, cloud sync, and sponsor discounts up to 66% off APIs. This saves you time from manual config edits, picks the fastest services, and boosts coding productivity with seamless AI tool management.
https://github.com/farion1231/cc-switch
CC-Switch is a free desktop app (v3.10.2) for Windows, macOS, and Linux that lets you easily switch API providers, manage MCP servers, install Claude skills, and edit prompts for Claude Code, Codex, and Gemini CLI tools. It offers speed tests, auto-backups, cloud sync, and sponsor discounts up to 66% off APIs. This saves you time from manual config edits, picks the fastest services, and boosts coding productivity with seamless AI tool management.
https://github.com/farion1231/cc-switch
GitHub
GitHub - farion1231/cc-switch: A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw &…
A cross-platform desktop All-in-One assistant tool for Claude Code, Codex, OpenCode, openclaw & Gemini CLI. - farion1231/cc-switch
❤2
#rust
Vite+ is a single tool that handles all web development needs: install packages, run fast dev servers, check/lint/format code, test, build apps or libraries, and manage monorepo tasks with smart caching. Install globally as `vp`, use commands like `vp dev`, `vp test`, or `vp build`, and configure everything in one `vite.config.ts` file. It speeds up workflows 2-100x using Rust tools, cuts setup time, and ensures consistency—saving you hours on config, debugging, and CI costs so you focus on coding.
https://github.com/voidzero-dev/vite-plus
Vite+ is a single tool that handles all web development needs: install packages, run fast dev servers, check/lint/format code, test, build apps or libraries, and manage monorepo tasks with smart caching. Install globally as `vp`, use commands like `vp dev`, `vp test`, or `vp build`, and configure everything in one `vite.config.ts` file. It speeds up workflows 2-100x using Rust tools, cuts setup time, and ensures consistency—saving you hours on config, debugging, and CI costs so you focus on coding.
https://github.com/voidzero-dev/vite-plus
GitHub
GitHub - voidzero-dev/vite-plus: Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package…
Vite+ is the unified toolchain and entry point for web development. It manages your runtime, package manager, and frontend toolchain in one place. - voidzero-dev/vite-plus
#rust #filesearch #lua #neovim #neovim_plugin #rust
FFF is a super-fast fuzzy file finder for AI agents and Neovim users. It excels at grepping, fuzzy matching, and globbing with built-in memory that ranks results by frecency, git status, file size, and more for typo-proof searches. Install easily via script for AI (like Claude) or Lua for Neovim (keys like ff for files, fg for grep). This saves you time and tokens by finding code instantly, skipping useless files, and boosting productivity on big repos.
https://github.com/dmtrKovalenko/fff.nvim
FFF is a super-fast fuzzy file finder for AI agents and Neovim users. It excels at grepping, fuzzy matching, and globbing with built-in memory that ranks results by frecency, git status, file size, and more for typo-proof searches. Install easily via script for AI (like Claude) or Lua for Neovim (keys like ff for files, fg for grep). This saves you time and tokens by finding code instantly, skipping useless files, and boosting productivity on big repos.
https://github.com/dmtrKovalenko/fff.nvim
GitHub
GitHub - dmtrKovalenko/fff.nvim: The fastest and the most accurate file search toolkit for AI agents, Neovim, Rust, C, and NodeJS
The fastest and the most accurate file search toolkit for AI agents, Neovim, Rust, C, and NodeJS - dmtrKovalenko/fff.nvim