Hello
I am trying to call a TK source for (de)generate a form, an this is working.
My problem is after, for I would read a Json form's outupt and create a Rust variables.
The installation of serd_json finish in error:
`C:\Users\User.cargo>cargo install serde_json
Updating crates.io index
Installing serde_json v1.0.45
error: specified package has no binaries
C:\Users\User.cargo>And the compilation ofextern crate serde_json;
use serde_json::{Result, Value};
...Shows:error[E0463]: can't find crate for serde_json
--> rust\TclTk.rs:9:1
|
9 | extern crate serde_json;
| ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
`
Thanks
I apologize (I have not see a preview button).
Thank for your second answer
[quote="rossati, post:1, topic:37518"]
Hello
I am trying to call a TK source for (de)generate a form, an this is working.
My problem is after, for I would read a Json form's outupt and create a Rust variables.
The installation of serd_json finish in error:
`C:\Users\User.cargo>cargo install serde_json
Updating [crates.io](http://crates.io) index
Installing serde_json v1.0.45
error: specified package has no binaries
C:\Users\User.cargo>
And the compilation of
extern crate serde_json;
use serde_json::{Result, Value};
...
And the three dashes to the right of the topic name at the top of the box allow you to use all of the formatting shortcuts if you don't already know how to type them out by hand.