Tristan Guichaoua
Tristan Guichaoua
I don't get where it's useful to ignore a variant of an enum. If we consider enums like a safe tagged union, ignoring a variant is like rejecting a specific...
# Current state of replacing `std::any::type_name` In the following cases `std::any::type_name` has not been replaced for different reason. Feedback on certain points will be appreciated ^^' ## `ValueInfo` **[SOLVED]** ###...
I added a "Open questions" section in the PR description for points that need feedback.
All done ! Thank you for all your help @MrGVSV.
I was thinking about adding some shortcut when derive `TypeName` to use the lib name as prefix instead of the mod path or only the ident, see below. But to...
## Pending questions **How to implement `TypePath` for tuples ?** For `type_path` it's quite straight forward, but how to implement the other methods ? Currently implemented like this : ```rust...
Since there is a lot of conflict with the main branch I think the best to do is not solve them, keep this PR open to solve the pending questions...
@chrisheib, I had the same problem and solved it by running `cargo build` before `cargo shuttle run`.
> I like this, but I'm not particularly a fan of the `FixedLenList` name. But I don't have a better name to suggest. Yes me too. Another idea I had...
> The only reason that `Res` and `ResMut` exist is that system params need to use the type to distinguish resources from other data. Otherwise, `Res{Mut}` do not need to...