Coder Social home page Coder Social logo

zigguratvertigo / crates Goto Github PK

View Code? Open in Web Editor NEW

This project forked from serayuzgur/crates

0.0 1.0 0.0 11.29 MB

crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).

Home Page: https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates

License: MIT License

TypeScript 100.00%

crates's Introduction

crates

Visual Studio Marketplace Build Status

Become a Patron!

Hello Rust & VSCode lovers,

This is crates. crates is an extension for crates.io dependencies. This extension aims helping developers to manage dependencies while using Cargo.toml.

Important: It is only helpful if you are using dependencies from crates.io. Dependencies from git or other platforms are not supported.

Features

crates is very simple. It has two features and does the job.

  • Displays the latest version of the crate next to it
  • Shows all versions (clickable) on tooltip of the crate hovered.

Aims to be fast and simple.

ss

Extension Settings

No settings for now. It is so simple that you do not need any configuration.

Known Issues

  • TOML must be valid. If not crates will not work properly.

  • For target dependencies

    Supported:

    [target.'cfg(target_os = "macos")'.dependencies]
    objc = "0.2"
    cocoa = "0.15.0"
    core-foundation = "0.6.0"
    core-graphics = "0.14.0"

    Not Supported:

    [target.'cfg(target_os = "windows")'.dependencies.winapi]
    version = "0.3"
    features = [
        "winnt",
        "winuser",
        "wingdi",
        "shellapi",
        "dwmapi",
        "processthreadsapi",
        "libloaderapi",
        "windowsx",
        "hidusage",
        "combaseapi",
        "objbase",
        "unknwnbase",
    ]

crates's People

Contributors

braunse avatar serayuzgur avatar

Watchers

 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.