You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble accessing the Implementations documentation through the hyperlink, is there another place I can get to it? Whenever I try to run the example scripts or scripts that require the navigator_rs crate, I get the error:
unresolved import navigator_rs
--> rainbow.rs:1:5
|
1 | use navigator_rs::Navigator;
| ^^^^^^^^^^^^ maybe a missing crate navigator_rs?
|
= help: consider adding extern crate navigator_rs to use the navigator_rs crate
error: aborting due to 1 previous error
Any advice/wisdom is greatly appreciated.
The text was updated successfully, but these errors were encountered:
Hello,
I'm having trouble accessing the Implementations documentation through the hyperlink, is there another place I can get to it? Whenever I try to run the example scripts or scripts that require the navigator_rs crate, I get the error:
unresolved import
navigator_rs
--> rainbow.rs:1:5
|
1 | use navigator_rs::Navigator;
| ^^^^^^^^^^^^ maybe a missing crate
navigator_rs
?|
= help: consider adding
extern crate navigator_rs
to use thenavigator_rs
crateerror: aborting due to 1 previous error
Any advice/wisdom is greatly appreciated.
The text was updated successfully, but these errors were encountered: