Skip to content

Fixed some things plus added a BirelationalMap#2

Open
lemonlambda wants to merge 7 commits into
Dylan-DPC:mainfrom
lemonlambda:main
Open

Fixed some things plus added a BirelationalMap#2
lemonlambda wants to merge 7 commits into
Dylan-DPC:mainfrom
lemonlambda:main

Conversation

@lemonlambda

Copy link
Copy Markdown
Contributor

Added BirelationalMap, which achieves this pattern:

A <= AID => [B]
B <= BID => [A]

This is useful in things like ECS where it represents this relationship

Component <= ComponentID => [Entity]
Entity <= EntityID => [Component]

The minor fixes are fixing up

  • Renaming diplopie to diplopia
  • serde portion a bit and adding a serde feature
  • fixing trait bounds on SichtMap
  • removing useless nightly feature
  • removing useless test
  • renamed german fields to be os and od after the names of each eye
  • made iter mod private

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant