-
Starting with the code at https://docs.rs/sophia_api/0.6.2/sophia_api/graph/trait.Graph.html#examples , I also had problems using the data-structure.. I imagine I have to get the Could anyone give a heads up? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Disclaimer: I understand that the source of your problem is the lack of documentation in Sophia, so in the end, I am the one to blame. That being said, it is hard to help you solve this particular problem as it is. The code you are pointing generates a lot of warnings, and the error reported by the compiler is clearly not the one that causes you problem (calling the fake method For me to help you efficiently, could you please try to build a minimal reproducible example so that we could focus on one problem at a time? |
Beta Was this translation helpful? Give feedback.
-
Perfect! ... and yes.. I was unsure if it makes sense to treat this as a problem I have with sophia, or rather one I have with rust. I can only say that I had less problems using these crates: rdf, kiss3d, petgraph Thanks a lot, again! |
Beta Was this translation helpful? Give feedback.
Disclaimer: I understand that the source of your problem is the lack of documentation in Sophia, so in the end, I am the one to blame.
That being said, it is hard to help you solve this particular problem as it is. The code you are pointing generates a lot of warnings, and the error reported by the compiler is clearly not the one that causes you problem (calling the fake method
bla()
).For me to help you efficiently, could you please try to build a minimal reproducible example so that we could focus on one problem at a time?