Skip to content

vemore/migrator_test_cpp2rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-project/README.md

Rust Project

This is a Rust project that demonstrates a simple application.

Getting Started

To build and run the application, follow these steps:

  1. Ensure you have Rust and Cargo installed on your machine. You can install them from rustup.rs.

  2. Clone the repository:

    git clone <repository-url>
    cd rust-project
  3. Build the project:

    cargo build
  4. Run the application:

    cargo run

Running Tests

To run the integration tests, use the following command:

cargo test

Project Structure

  • src/main.rs: Entry point of the application.
  • Cargo.toml: Configuration file for the Cargo package manager.
  • tests/test_main.rs: Integration tests for the application.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages