GithubHelp home page GithubHelp logo

multitool's People

Contributors

therustmonk avatar

Stargazers

 avatar  avatar  avatar Stefano Musumeci avatar Evy avatar  avatar paul avatar George Erickson avatar  avatar zbv avatar Zhu avatar Jordan P.R. avatar  avatar Ryan Williams avatar Igor Zubkov avatar Ian Burns avatar Beni Ben zikry avatar Chojan Shang avatar Abhishek Bhasker avatar Shabbir Hasan avatar  avatar Max Woolf avatar Alex avatar 雾实开源计划 avatar Noah Dunbar avatar  avatar

Watchers

 avatar  avatar

Forkers

isgasho

multitool's Issues

Does this project only run on Linux or Unix, not on Windows

There are errors after 'run cargo build ' command

error[E0432]: unresolved imports tokio::net::UnixListener, tokio::net::UnixStream--> C:\Users\don\.cargo\registry\src\github.com-1ecc6299db9ec823\hyperlocal-0.8.0\src\server.rs:17:22 | 17 | use tokio::net::{UnixListener, UnixStream}; | ^^^^^^^^^^^^ ^^^^^^^^^^ noUnixStreaminnet| | | noUnixListenerinnet| help: a similar name exists in the module:TcpListener`

error[E0433]: failed to resolve: could not find UnixStream in net
--> C:\Users\don.cargo\registry\src\github.com-1ecc6299db9ec823\hyperlocal-0.8.0\src\client.rs:29:39
|
29 | let unix_stream = tokio::net::UnixStream::connect(path).await?;
| ^^^^^^^^^^ could not find UnixStream in net

error[E0412]: cannot find type UnixStream in module tokio::net
--> C:\Users\don.cargo\registry\src\github.com-1ecc6299db9ec823\hyperlocal-0.8.0\src\client.rs:21:30
|
21 | unix_stream: tokio::net::UnixStream,
| ^^^^^^^^^^ not found in tokio::net

error[E0412]: cannot find type UnixStream in module tokio::net
--> C:\Users\don.cargo\registry\src\github.com-1ecc6299db9ec823\hyperlocal-0.8.0\src\client.rs:21:30
|
21 | unix_stream: tokio::net::UnixStream,
| ^^^^^^^^^^ not found in tokio::net
|
help: consider importing this struct
|
1 | use crate::client::UnixStream;
|

Compiling reqwest v0.11.4
error: aborting due to 4 previous errors

Some errors have detailed explanations: E0412, E0432, E0433.
For more information about an error, try rustc --explain E0412.
error: could not compile hyperlocal

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed`

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.