Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial: Rust FFI in Haskell #24

Merged
merged 33 commits into from
Apr 2, 2024
Merged

Tutorial: Rust FFI in Haskell #24

merged 33 commits into from
Apr 2, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    08f3c26 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    b33b9d7 View commit details
    Browse the repository at this point in the history
  2. haskell-rust-ffi is no longer a blog but a tutorial

    Additionally change the introduction to be more tutorial-like and add the rust library section.
    
    Also, add placeholders for other sections.
    shivaraj-bh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    008237a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7c8231 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e136dba View commit details
    Browse the repository at this point in the history
  5. add heading anchors

    shivaraj-bh committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    1f95b33 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. better intro

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f016a99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    972301f View commit details
    Browse the repository at this point in the history
  3. bold rust FFI doc

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a8fbd3d View commit details
    Browse the repository at this point in the history
  4. init haskell project

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9613140 View commit details
    Browse the repository at this point in the history
  5. nixify haskell project

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    66fc6e5 View commit details
    Browse the repository at this point in the history
  6. merge devshells

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2b21260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6cb26b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d3baac View commit details
    Browse the repository at this point in the history
  9. problems with cabal repl

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    50b1fcf View commit details
    Browse the repository at this point in the history
  10. add template

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5274f85 View commit details
    Browse the repository at this point in the history
  11. include the global files

    shivaraj-bh committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    3b71f94 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01342af View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    04a406a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    00a2bf2 View commit details
    Browse the repository at this point in the history
  2. simpler haskell pkg init

    shivaraj-bh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d5b1410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57ca2b0 View commit details
    Browse the repository at this point in the history
  4. grammar

    shivaraj-bh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0e654f1 View commit details
    Browse the repository at this point in the history
  5. more grammar

    shivaraj-bh committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    53182ba View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. we, not I

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7112a0a View commit details
    Browse the repository at this point in the history
  2. cabal is not supported by highlightjs

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e59bdf3 View commit details
    Browse the repository at this point in the history
  3. Rust with a capital R

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c4816d0 View commit details
    Browse the repository at this point in the history
  4. link to haskell-flake dependency documentation

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    345302c View commit details
    Browse the repository at this point in the history
  5. wiki-link to macos

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ae455c0 View commit details
    Browse the repository at this point in the history
  6. macOS

    Co-authored-by: Sridhar Ratnakumar <3998+srid@users.noreply.github.com>
    shivaraj-bh and srid authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7b19da4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b28fabe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9662d0 View commit details
    Browse the repository at this point in the history
  9. misc. fixes

    shivaraj-bh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3f40f65 View commit details
    Browse the repository at this point in the history