Skip to content

rust-analyzer/metrics

Repository files navigation

rust-analyzer dashboard

Stores performance metrics for rust-analyzer.

Metrics are automatically published by GitHub Actions.

Develop locally

# install dev-dependencies:
npm ci
# compile typescript and watch for file changes:
npm start

Build before committing

# compile typescript:
npm run build

License

Dual-licensed under Apache 2.0 and MIT license.