-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph::symbol_graph should support arbitrary symbol structures #1
Labels
Comments
elycruz
added a commit
that referenced
this issue
Oct 8, 2022
- Renamed 'SymbolGraph' to 'StringGraph'.
elycruz
added a commit
that referenced
this issue
Sep 12, 2023
…ion. - Began playing around with returning slices of 'T' (instead of Vecs, a little more memory efficient), from 'graph::Graph' struct. - Added placeholder struct for 'GenericSymbol' struct. - Added prelim. 'Symbol' trait.
elycruz
added a commit
that referenced
this issue
Sep 17, 2023
elycruz
added a commit
that referenced
this issue
Sep 17, 2023
elycruz
added a commit
that referenced
this issue
Sep 17, 2023
elycruz
added a commit
that referenced
this issue
Sep 27, 2023
…::SymbolGraph' APIs to not use 'clone' where no necessary.
elycruz
added a commit
that referenced
this issue
Sep 27, 2023
…'Symbol' trait impl, instead of using 'GenericSymbol' (this struct is still tentative).
elycruz
added a commit
that referenced
this issue
Oct 1, 2023
elycruz
added a commit
that referenced
this issue
Oct 2, 2023
elycruz
added a commit
that referenced
this issue
Oct 3, 2023
elycruz
added a commit
that referenced
this issue
Oct 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently this graph struct only supports
String
values - It should support any arbitrarySend + Sync
structs/values.Other Todos:
Symbol
trait:id()
/get_id()
method should return a reference (method currently returns an owned string.id()
method should be something less generic; E.g.,(get_)symbol_id()
, etc.The text was updated successfully, but these errors were encountered: