circom-lsp VS crates.io

Compare circom-lsp vs crates.io and see what are their differences.

circom-lsp

A Language Server Protocol Implementation for Circom (by rubydusa)

crates.io

The Rust package registry (by rust-lang)
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
circom-lsp crates.io
3 662
27 2,811
- 1.5%
7.6 10.0
12 months ago 7 days ago
Rust Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

circom-lsp

Posts with mentions or reviews of circom-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • I created an LSP server for Circom, a zkSNARK DSL
    1 project | /r/ethdev | 24 May 2023
    2 projects | /r/rust | 24 May 2023
  • What version to assign git dependencies when publishing crates
    2 projects | /r/rust | 24 May 2023
    [package] name = "circom-lsp" version = "0.1.0" edition = "2021" authors = ["rubydusa "] license = "GPL-3.0 license" description = "LSP server for Circom" homepage = "https://github.com/rubydusa/circom-lsp" repository = "https://github.com/rubydusa/circom-lsp" [dependencies] tower-lsp = "0.19.0" # lalrpop-util in this specific version required for circom parser to work lalrpop-util = { version = "0.19.9", features = ["lexer"] } circom_parser = { git = "https://github.com/iden3/circom", package = "parser", rev = "ce903c6" } circom_type_checker = { git = "https://github.com/iden3/circom", package = "type_analysis", rev = "ce903c6" } circom_structure = { git = "https://github.com/iden3/circom", package = "program_structure", rev = "ce903c6" } ropey = "1.6.0" tokio = { version = "1.26.0", features = ["rt-multi-thread", "macros", "io-std"] } codespan-reporting = "0.9.0" itertools = "0.10.5" num-traits = "0.2.6" tempfile = "3"

crates.io

Posts with mentions or reviews of crates.io. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-28.

What are some alternatives?

When comparing circom-lsp and crates.io you can also consider the following projects:

circom - zkSnark circuit compiler

docs.rs - crates.io documentation generator

plotters - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely πŸ¦€ πŸ“ˆπŸš€

Cargo - The Rust package manager

trunk - Build, bundle & ship your Rust WASM application to the web.

gtk4-rs - Rust bindings of GTK 4

Rocket - A web framework for Rust.

embassy - Modern embedded framework, using Rust and async.

cargo-crev - A cryptographically verifiable code review system for the cargo (Rust) package manager.

rust - Empowering everyone to build reliable and efficient software.

rfcs - RFCs for changes to Rust

book - The Rust Programming Language