Boscop

Results 479 comments of Boscop

Someone wrote a guide: https://dev.to/hertz4/rust-module-essentials-12oi

Yes, when not clicking the module links.

Is there currently a way to detect if a [`NetworkInterface`](https://docs.rs/pnet/0.19.0/pnet/datalink/struct.NetworkInterface.html) is ethernet or wifi? Maybe from the `flags`? (I only need it to work on linux/unix). If not, what's the...

Yes, `rustls` support would be great :) Btw, can this crate be used to connect as a client to brokers (for algo trading) or is this crate for the server...

> Right now you can use the decoder and encoder to send and receive FIX messages upon you custom-built FIX engine. Do I need a FIX engine if I just...

Ah right, I just noticed that it's single threaded, that's ok for my use case.

@CGMossa Do you have a link to the issue? I'm also interested in a multi-unzip.

I'm running into the same issue. When I'm browsing posts in my app, the URLs look like this: http://localhost:3000/#!/post/id But I get 404 when I enter such an URL manually....

I'm not using nodejs and I'm not talking about livereload. I mean when the user in the browser pastes that URL and hits Enter, they get 404, how to fix...