Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-analyzer/rust-analyzer.github.io
https://github.com/rust-analyzer/rust-analyzer.github.io
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rust-analyzer/rust-analyzer.github.io
- Owner: rust-analyzer
- Created: 2019-09-19T12:08:30.000Z (over 5 years ago)
- Default Branch: src
- Last Pushed: 2024-10-28T07:10:13.000Z (3 months ago)
- Last Synced: 2024-10-29T13:35:23.846Z (2 months ago)
- Language: CSS
- Homepage: https://rust-analyzer.github.io/
- Size: 2.82 MB
- Stars: 86
- Watchers: 13
- Forks: 52
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-analyzer.github.io
[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.github.io.svg?branch=src)](https://travis-ci.org/rust-analyzer/rust-analyzer.github.io)
Website for rust-analyzer. To report bugs in rust-analyzer itself, see https://github.com/rust-analyzer/rust-analyzer.
## Building
```
$ bundle --path=.bundle/gems
$ bundle exec jekyll serve
```The markup language we use (.adoc) is AsciiDoctor. It is awesome :-).
[AsciiDoctor Syntax Quick Reference](https://asciidoctor.org/docs/asciidoc-syntax-quick-reference/).