- Lost in the World Wide Web (help)
- https://schrottkatze.de
- Joined on
2023-05-03
Inputs
only contains a Vec
of Data
which either contains a string slice or an integer, which are really cheap to clone. OwnedData
would be much heavier to clone in this case.
(I'm…
that's what i already mentioned, that i prefer playing around like that
sure, can do that, but i much prefer having them run like that and output there so i can see it more or less interactively. …
Doesn't work since find_config_file
returns an owned value and the other value is unowned, if i add .as_ref()
to the find_config_file
call, it doesn't work either since then it's a temporary…
ah cargo keeps doing that and i keep forgetting when adding new crates lol
At this point I think the trait architecture is superior in extensibility, scalability and just by how much simpler and more readable it is.
I'll try to make the data types trait based as well,…