denoland / fastwebsockets

A fast RFC6455 WebSocket implementation
https://docs.rs/fastwebsockets/
Apache License 2.0
880 stars 66 forks source link

Can't import OpCOde #65

Closed radudiaconu0 closed 9 months ago

radudiaconu0 commented 9 months ago

I can't import OpCode from fastwebsokcets whatver futures i use. i tried the example from the examples folder

littledivy commented 9 months ago

What error are you getting?

littledivy commented 9 months ago

Closing as you can include OpCode like this:

use fastwebsockets::OpCode;

If its still an issue, re-open with the error output and reproduciton.