pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
214 stars 23 forks source link

Add a getting started example #15

Closed MattesWhite closed 4 years ago

MattesWhite commented 4 years ago

Added a 'Getting Started' example to the crate's docs as requested by #14.

MattesWhite commented 4 years ago

@pchampin The build fails because Trait objects with no dyn keyword where recently depricated and now raise warnings. Should I correct these with this PR or will this be solved soon?

pchampin commented 4 years ago

@MattesWhite thanks for this PR. I made some improvements to make it more "idiomatic" in 9079052. Also, I had a very strange GIT error, which is why I didn't reuse your commit above.

pchampin commented 4 years ago

@MattesWhite (sorry I didn't notice your previous message) Yes, I intend to clean this soon.