Automatic deriving of module-like structures
Open
- Dominant language
- Rust
- Stars
- 201
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
There is currently two problems with this:
* `AbstractModule` contains `multiply_by` making it non-marker trait.
* Move it to separate trait
* Add way to specify what it does from custom attribute
* Both `VectorSpace` (the fact that this isn't called `AbstractVectorSpace` needs to be hardcoded) and `AbstractModule` have associated type that needs to be specified somehow.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.