Skip to content

Commit

Permalink
link to presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rksm committed Jan 10, 2024
1 parent 69c607e commit 7f3fad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This allows to do "live programming" where you modify code and immediately see t

This is build around the [libloading crate](https://crates.io/crates/libloading) and will require you to put code you want to hot-reload inside a Rust library (dylib). For a detailed discussion about the idea and implementation see [this blog post](https://robert.kra.hn/posts/hot-reloading-rust).

For a demo and explanation see also [this Rust and Tell presentation](https://www.youtube.com/watch?v=-UUImyqX8j0).

## Table of contents:

Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This allows to do "live programming" where you modify code and immediately see t
This is build around the [libloading crate](https://crates.io/crates/libloading) and will require you to put code you want to hot-reload inside a Rust library (dylib). For a detailed discussion about the idea and implementation see [this blog post](https://robert.kra.hn/posts/hot-reloading-rust).
For a demo and explanation see also [this Rust and Tell presentation](https://www.youtube.com/watch?v=-UUImyqX8j0).
# Table of contents:
Expand Down

0 comments on commit 7f3fad7

Please sign in to comment.