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 Pragmatic Bookshelf topics Top

Razor54672
The answer to 3rd Problem of Chapter 5 (Making Choices) of “Practical Programming, Third Edition” seems incorrect in the given answer ke...
New
brianokken
Many tasks_proj/tests directories exist in chapters 2, 3, 5 that have tests that use the custom markers smoke and get, which are not decl...
New
yulkin
your book suggests to use Image.toByteData() to convert image to bytes, however I get the following error: "the getter ‘toByteData’ isn’t...
New
Mmm
Hi, build fails on: bracket-lib = “~0.8.1” when running on Mac Mini M1 Rust version 1.5.0: Compiling winit v0.22.2 error[E0308]: mi...
New
cro
I am working on the “Your Turn” for chapter one and building out the restart button talked about on page 27. It recommends looking into ...
New
curtosis
Running mix deps.get in the sensor_hub directory fails with the following error: ** (Mix) No SSH public keys found in ~/.ssh. An ssh aut...
New
oaklandgit
Hi, I completed chapter 6 but am getting the following error when running: thread 'main' panicked at 'Failed to load texture: IoError(O...
New
mert
AWDWR 7, page 152, page 153: Hello everyone, I’m a little bit lost on the hotwire part. I didn’t fully understand it. On page 152 @rub...
New
EdBorn
Title: Agile Web Development with Rails 7: (page 70) I am running windows 11 pro with rails 7.0.3 and ruby 3.1.2p20 (2022-04-12 revision...
New
New

Other popular topics Top

AstonJ
What chair do you have while working… and why? Is there a ‘best’ type of chair or working position for developers?
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
This looks like a stunning keycap set :orange_heart: A LEGENDARY KEYBOARD LIVES ON When you bought an Apple Macintosh computer in the e...
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
PragmaticBookshelf
Learn different ways of writing concurrent code in Elixir and increase your application's performance, without sacrificing scalability or...
New
Margaret
Hello everyone! This thread is to tell you about what authors from The Pragmatic Bookshelf are writing on Medium.
1139 25467 754
New
New
sir.laksmana_wenk
I’m able to do the “artistic” part of game-development; character designing/modeling, music, environment modeling, etc. However, I don’t...
New
AstonJ
If you’re getting errors like this: psql: error: connection to server on socket “/tmp/.s.PGSQL.5432” failed: No such file or directory ...
New

Sub Categories: