Code Monkey home page Code Monkey logo

argone's Introduction

Manifesto

Our enemy is centralization.
Our enemy is monopolization.
Our enemy is the one.

Nevertheless,

We must have great unity.

21C Mankind

just-do-halee's GitHub stats

@just_do_halee's wakatime stats

Blockchain Inventor


argone's People

Contributors

just-do-halee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

scalarwaves

argone's Issues

basic example does not compile

Cargo's output:

   Compiling testing-argone v0.1.0 (/path/testing-argone)
error: cannot find derive macro `Parser` in this scope
  --> src/main.rs:32:1
   |
32 | / ARGONE! {
33 | |
34 | |     version = "0.1"
35 | |     author = "just-do-halee <[email protected]>"
...  |
78 | |
79 | | }
   | |_^
   |
note: `Parser` is imported here, but it is only a trait, without a derive macro
  --> src/main.rs:30:14
   |
30 | use argone::{prelude::*, *};
   |              ^^^^^^^^^^
   = note: this error originates in the macro `ARGONE` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `clap` in this scope
  --> src/main.rs:32:1
   |
32 | / ARGONE! {
33 | |
34 | |     version = "0.1"
35 | |     author = "just-do-halee <[email protected]>"
...  |
78 | |
79 | | }
   | |_^
   |
note: `clap` is imported here, but it is a crate, not an attribute
  --> src/main.rs:30:14
   |
30 | use argone::{prelude::*, *};
   |              ^^^^^^^^^^
   = note: this error originates in the macro `ARGONE` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find derive macro `Parser` in this scope
   --> src/main.rs:81:1
    |
81  | / COMMANDS! {
82  | |     Sub {
83  | |
84  | |         /// The subcommand
...   |
102 | |     }
103 | | }
    | |_^
    |
note: `Parser` is imported here, but it is only a trait, without a derive macro
   --> src/main.rs:30:14
    |
30  | use argone::{prelude::*, *};
    |              ^^^^^^^^^^
    = note: this error originates in the macro `COMMANDS` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `clap` in this scope
   --> src/main.rs:81:1
    |
81  | / COMMANDS! {
82  | |     Sub {
83  | |
84  | |         /// The subcommand
...   |
102 | |     }
103 | | }
    | |_^
    |
note: `clap` is imported here, but it is a crate, not an attribute
   --> src/main.rs:30:14
    |
30  | use argone::{prelude::*, *};
    |              ^^^^^^^^^^
    = note: this error originates in the macro `COMMANDS` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no function or associated item named `parse` found for struct `Args` in the current scope
  --> src/main.rs:32:1
   |
32 | / ARGONE! {
33 | |
34 | |     version = "0.1"
35 | |     author = "just-do-halee <[email protected]>"
...  |
78 | |
79 | | }
   | | ^
   | | |
   | |_function or associated item `parse` not found for this
   |   function or associated item not found in `Args`
   |
   = help: items from traits can only be used if the trait is implemented and in scope
   = note: the following traits define an item `parse`, perhaps you need to implement one of them:
           candidate #1: `StructOpt`
           candidate #2: `nom::sequence::Tuple`
   = note: this error originates in the macro `ARGONE` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0599`.
error: could not compile `testing-argone` due to 7 previous errors

The Cargo.toml contains argone = 0.5.

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.