sonico

Crates.iosonico
lib.rssonico
version0.0.1
sourcesrc
created_at2024-09-15 21:24:31.648606
updated_at2024-09-15 21:24:31.648606
description🔊 Sonico is a high-performance test runner designed to accelerate your testing workflow with speed and precision.
homepagehttps://github.com/guilhermegules/sonico
repositoryhttps://github.com/guilhermegules/sonico
max_upload_size
id1375818
size10,402
Guilherme Gules (guilhermegules)

documentation

https://github.com/guilhermegules/sonico

README

🔊 sonico

🔊 Sonico is a high-performance test runner designed to accelerate your testing workflow with speed and precision.

Building from Source

  1. Clone the repository:

  2. Navigate to the project directory:

    cd sonico
    
  3. Build the project:

    cargo build
    
  4. Run tests

    cargo test
    
  5. Run application

    cargo run
    
Commit count: 0

cargo fmt