ds2k5

ds2k5

Advanced Hands-on Rust:

with the source Code package: hwmrust-code.zip I have some issues.

cd /home/user1/rust/code/FlappyIntro/flappy_dragon_base

$ cargo check
error: failed to load manifest for workspace member /home/user1/rust/code/MarsScore/mars_base_one
referenced by workspace at /home/user1/rust/code/Cargo.toml
Caused by:
failed to read /home/user1/rust/code/MarsScore/mars_base_one/Cargo.toml
Caused by:
No such file or directory (os error 2)

cd /home/user1/rust/code
$ cargo check
error: failed to load manifest for workspace member /home/user1/rust/code/MarsScore/mars_base_one
referenced by workspace at /home/user1/rust/code/Cargo.toml
Caused by:
failed to read /home/user1/rust/code/MarsScore/mars_base_one/Cargo.toml
Caused by:
No such file or directory (os error 2)

~/rust/code$ ls -la
total 248
drwxr-xr-x 30 user1 user1 4096 Jul 29 20:16 .
drwxr-xr-x 56 user1 user1 4096 Sep 16 21:34 …
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 BootstrapBevy
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 BootstrapRust
drwxr-xr-x 2 user1 user1 4096 Jul 29 20:16 .cargo
-rw-r–r-- 1 user1 user1 118160 Jul 29 20:16 Cargo.lock
-rw-r–r-- 1 user1 user1 2022 Jul 29 20:16 Cargo.toml
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FirstLibraryBenchmark
drwxr-xr-x 5 user1 user1 4096 Jul 29 20:16 FirstLibraryCreate
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FirstLibraryDocs
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FirstLibraryGenericRange
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FirstLibraryGenericType
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FirstLibraryMutableRandom
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FirstLibraryMutableRandomPlugin
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FirstLibrarySharedRandom
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FirstLibrarySubstitute
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyAnimation
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyAssets
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyAssetsLoadingMenu
drwxr-xr-x 7 user1 user1 4096 Jul 29 20:16 FlappyCollision
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 FlappyIntro
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyPhysics
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyStatesGeneric
drwxr-xr-x 5 user1 user1 4096 Jul 29 20:16 FlappyStatesMacro
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyStatesMenu
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 FlappyWrap
-rw-r–r-- 1 user1 user1 43 Jul 29 20:16 formathook.cmd
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 MarsBaseOneOptimize
drwxr-xr-x 5 user1 user1 4096 Jul 29 20:16 MarsBaseOneSkeleton
drwxr-xr-x 4 user1 user1 4096 Jul 29 20:16 MarsBaseOneWorldBuilder
drwxr-xr-x 3 user1 user1 4096 Jul 29 20:16 MarsElements
drwxr-xr-x 13 user1 user1 4096 Jul 29 20:16 OLD_CODE
-rw-r–r-- 1 user1 user1 32 Jul 29 20:16 rustfmt.toml
drwxr-xr-x 2 user1 user1 4096 Jul 29 20:16 src

the Directory: MarsScore did not exists in the ZIP File

Popular Prag Prog topics Top

ianwillie
Hello Brian, I have some problems with running the code in your book. I like the style of the book very much and I have learnt a lot as...
New
sdmoralesma
Title: Web Development with Clojure, Third Edition - migrations/create not working: p159 When I execute the command: user=> (create-...
New
brian-m-ops
#book-python-testing-with-pytest-second-edition Hi. Thanks for writing the book. I am just learning so this might just of been an issue ...
New
patoncrispy
I’m new to Rust and am using this book to learn more as well as to feed my interest in game dev. I’ve just finished the flappy dragon exa...
New
New
hazardco
On page 78 the following code appears: <%= link_to ‘Destroy’, product, class: ‘hover:underline’, method: :delete, data: { confirm...
New
creminology
Skimming ahead, much of the following is explained in Chapter 3, but new readers (like me!) will hit a roadblock in Chapter 2 with their ...
New
gorkaio
root_layout: {PentoWeb.LayoutView, :root}, This results in the following following error: no “root” html template defined for PentoWeb...
New
SlowburnAZ
Getting an error when installing the dependencies at the start of this chapter: could not compile dependency :exla, "mix compile" failed...
New
roadbike
From page 13: On Python 3.7, you can install the libraries with pip by running these commands inside a Python venv using Visual Studio ...
New

Other popular topics Top

AstonJ
SpaceVim seems to be gaining in features and popularity and I just wondered how it compares with SpaceMacs in 2020 - anyone have any thou...
New
AstonJ
There’s a whole world of custom keycaps out there that I didn’t know existed! Check out all of our Keycaps threads here: https://forum....
New
PragmaticBookshelf
Rust is an exciting new programming language combining the power of C with memory safety, fearless concurrency, and productivity boosters...
New
AstonJ
Just done a fresh install of macOS Big Sur and on installing Erlang I am getting: asdf install erlang 23.1.2 Configure failed. checking ...
New
AstonJ
Inspired by this post from @Carter, which languages, frameworks or other tech or tools do you think is killing it right now? :upside_down...
New
Exadra37
I am asking for any distro that only has the bare-bones to be able to get a shell in the server and then just install the packages as we ...
New
AstonJ
If you are experiencing Rails console using 100% CPU on your dev machine, then updating your development and test gems might fix the issu...
New
New
foxtrottwist
A few weeks ago I started using Warp a terminal written in rust. Though in it’s current state of development there are a few caveats (tab...
New
First poster: bot
Large Language Models like ChatGPT say The Darnedest Things. The Errors They MakeWhy We Need to Document Them, and What We Have Decided ...
New

Latest in PragProg

View all threads ❯