anybody who knows typescript want to collaborate on a rust project?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sniper

    a cross-editor snippet manager featuring modular snippet sets (by skewballfox)

  • It's a snippet manager that uses a client server approach to handle modular (eventually programmatic) snippets. the communication happens between client and server via Grpc. The goal of the project is to make all the work happen server side, or at least enough that implementing extensions for other editors would be trivial (so long as those editors have a way of storing persistent state)

  • sniper-code

  • I technically had a working vscode extension before, when I was using a combination of tarpc+Neon with a vscode extension that was jerry rigged with code for another snippet extension. It was able to produce snippets that were basically the same as the ones in vscode but composable(you could make snippets from snippets), but then I switched from tarpc to gRPC for bidirectional streaming (plus I felt kinda bad for having to use copy/paste half the code from another extension).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I can easily copy codes with syntax highlighting in VScode. Can I do the same with Neovim?

    6 projects | /r/neovim | 31 Jan 2023
  • Hey, at least it works...

    2 projects | /r/badcode | 11 Jan 2023
  • Why does std::io::Read::bytes() iterate over Result<u8, _> instead of just u8? And how to implement a scanner that returns Err immediately on an Err?

    1 project | /r/learnrust | 30 Jul 2022
  • Patterns with Rust types

    2 projects | /r/rust | 29 Jul 2022
  • Silicon – terminal first carbon alternative implemented in rust

    1 project | news.ycombinator.com | 15 Oct 2021