Matthias Farnbauer-Schmidt

Results 22 comments of Matthias Farnbauer-Schmidt

This issue is still relevant. Creating bindings for a Rust project we faced the same problems. Lots of high level convenience functions are declared `static UA_INLINE` which especially Rust's `bindgen`...

I'm willing to try but can't say when I have the time left to dig in. Just for clarification your suggestion is to write the `UA_INLINE` that, depending on a...

Thank you. That helped a lot. Pulling in a third-party crate to ensure soundness seems feasible to me. Personally, I hoped to find a well documented example in the project's...

To go a little bit further and to stay with the `MyString` example, if I want to have a mutable _buffer_ like type like `String` I have to manage things...

Okay, this looks manageable to me. I think I'll give it a try when I find the time... after I looked into my own university contract :sweat_smile:

I don't know if such information is that valuable. For me the task of a parser is to read and interpret the contents of an RDF document. Therefore, it should...

Concerning #23 I get the feeling that this topic is to much detail for a common API. As this topic is pretty specific to Turtle, e.g. NTriples have no prefixes...

Closing this PR as it is way outdated and superseded by #596 and #952

This PR has become very outdated. In addition, there is [`async_nats::Subject`](https://docs.rs/async-nats/latest/async_nats/subject/struct.Subject.html) in the meantime which already does what this PR intended to do. Accordingly, I close this PR. One thing...

# Seperation of `sophia` In order to provide a clear API, I agree with @Tpt (in [this](https://github.com/pchampin/sophia_rs/issues/19#issuecomment-563972666) comment). We require to seperate `sophia` into sub-crates, like other Rust projects, e.g....