Questions
- What is a good library to serialize and deserialize data?
- What do the hashtag derive lines in front of the struct declarations in
physics.rsdo? - Which comes first in parameterized declarations—lifetimes or traits?
- In a
traitimplementation, what is the difference between parameters on theimpl,trait, or type? - What is the difference between a
traitand a data class? - How should you declare that a package has multiple binaries?
- How do you declare a structure field as private?