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
I am interested in building a full-stack blog website with Rust and found viz-rs to be a suitable package for this purpose. This project also serves as my introduction to Rust and open-source development. I have modified the htmlx example to incorporate CSS for a blog post site.
You can view the updated htmlx example here: viz-htmlx-css.
As I am new to Rust, I would like to contribute this example. Would it be possible to submit a pull request to modify the existing htmlx example, or should this be added as a new htmlx-css example?
Additionally, I am unsure if there are any issues related to using a Cargo workspace with the htmlx example. Is it considered best practice to use workspaces for the library's examples folder?
The text was updated successfully, but these errors were encountered:
Additionally, I am unsure if there are any issues related to using a Cargo workspace with the htmlx example. Is it considered best practice to use workspaces for the library's examples folder?
Maybe it would be better to set the examples folder as a separate repo.
You also can run examples and use this cmd: cargo run --bin htmlx-example.
I am interested in building a full-stack blog website with Rust and found viz-rs to be a suitable package for this purpose. This project also serves as my introduction to Rust and open-source development. I have modified the htmlx example to incorporate CSS for a blog post site.
You can view the updated htmlx example here: viz-htmlx-css.
As I am new to Rust, I would like to contribute this example. Would it be possible to submit a pull request to modify the existing htmlx example, or should this be added as a new htmlx-css example?
Additionally, I am unsure if there are any issues related to using a Cargo workspace with the htmlx example. Is it considered best practice to use workspaces for the library's examples folder?
The text was updated successfully, but these errors were encountered: