inline-rust
inline-rust copied to clipboard
Use snippets of Rust inline in your Haskell programs
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.