inline-rust icon indicating copy to clipboard operation
inline-rust copied to clipboard

Use snippets of Rust inline in your Haskell programs

Results 14 inline-rust issues
Sort by recently updated
recently updated
newest added

References at the top level should be possible. For example: ``` main = do let s: S = {- some complex deeply nested struct (but not enum!) -} [rustIO| ()...

I expect it will very quickly become frustrating to have a `Could not find information...` error message. We should accumulate some information about failed context matches in a `Writer` and...

Both when creating contexts and when looking up Rust types from Haskell types, we should expand out Haskell type synonyms. The arguments against doing this are: * we have to...

Can this be possible to use for network and database connections using crates? I'm glad if you add an example of that. Thanks.