Skip to content

DevWonder01/Physics-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics-in-Rust

A collection of physics equations and simulations implemented in Rust.

Project Structure

Usage

  1. Build the project:

    cargo build
  2. Run an example module:

    cargo run --bin bernoulli_equation

    Or run the main entry point:

    cargo run
  3. Run tests:

    cargo test

Requirements

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages