You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we can see the `autogen` directory has been created that contains the generated Haskell modules.
66
-
Note the `autogen/build.json` file as it contains all the necessary Hackage dependencies the generated module needs in order to be properly compiled by GHC.
65
+
As we can see the `autogen` directory has been created that contains the generated Rust modules.
66
+
Note the `autogen/build.json` file as it contains all the necessary Cargo dependencies the generated module needs in order to be properly compiled by Rust.
67
67
68
-
The outputted Haskell module in `autogen/document.rs`:
68
+
The outputted Rust module in `autogen/document.rs`:
0 commit comments