1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/racerd/pkg-descr
Richard Gallamore 53f75543b8 JSON/HTTP Server based on racer for adding Rust support
to editors and IDEs

Features:
* Find definition & list completions support via racer
* Searches rust standard library and dependency crates
* HMAC authentication
* Usable as both library and executable
* Library API offers direct calls to avoid HTTP overhead

WWW: https://github.com/jwilm/racerd
2017-12-12 21:46:39 +00:00

12 lines
354 B
Plaintext

JSON/HTTP Server based on racer for adding Rust support
to editors and IDEs
Features:
* Find definition & list completions support via racer
* Searches rust standard library and dependency crates
* HMAC authentication
* Usable as both library and executable
* Library API offers direct calls to avoid HTTP overhead
WWW: https://github.com/jwilm/racerd