GithubHelp home page GithubHelp logo

mre / fungi Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 6.51 MB

A bunch of stuff, metallic things. And rusts and smuts, fungi… (cit.)

Rust 97.79% Makefile 0.04% Shell 0.60% Gnuplot 0.01% HTML 0.13% Roff 0.09% Dockerfile 0.03% CSS 0.01% RenderScript 0.01% Python 0.71% Smarty 0.05% Ruby 0.02% JavaScript 0.01% Perl 0.50% C 0.01% Vim Script 0.01%

fungi's Introduction

A bunch of stuff, metallic things. And rusts and smuts, fungi… (cit.)

Install and build

brew install rustup-init
rustup self update
rustup update
rustup install nightly
rustup default nightly
rustup show
rustup toolchain list
rustup component add rust-src
rustup run nightly cargo install rustfmt-nightly --force
export DYLD_LIBRARY_PATH=$(rustc --print sysroot)/lib:$DYLD_LIBRARY_PATH

With rustup update you will get:

info: installing component 'rustc'
info: installing component 'rust-std'
info: installing component 'cargo'
info: installing component 'rust-docs'
info: installing component 'rustfmt-preview'
info: installing component 'rust-src'

With rustup toolchain install nightly you will get:

info: syncing channel updates for 'nightly-x86_64-apple-darwin'

With rustup component add rustfmt-preview --toolchain=nightly you will get:

info: component 'rustfmt-preview' for target 'x86_64-apple-darwin' is up to date

And to finish: cargo +nightly install clippy racer --force.

Summary Successfully installed clippy, racer!
$ rustup component add rust-src
$ cargo install racer

In summary:

rustup update
rustup toolchain install nightly
rustup component add rustfmt-preview --toolchain=nightly
cargo +nightly install clippy racer --force

Versions

rustc --version
rustc 1.25.0-nightly (51b0b3734 2018-01-12)

rustfmt --version
0.3.4-nightly ( )

rustup --version
rustup 1.9.0 ( )

cargo --version
cargo 0.25.0-nightly (a88fbace4 2017-12-29)

cargo-fmt --version
0.3.4-nightly ( )

racer --version
racer 2.0.12
racer complete std::io::B

Docs

$ rustup doc

file:///Users/user/.rustup/toolchains/nightly-x86_64-apple-darwin/share/doc/rust/html/index.html

This page is an overview of the documentation included with your Rust install...

Links

fungi's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.