Skip to content

dmyTRUEk/SIVF-renderer-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIVF renderer (rust implementation)

SIVF - SImple Vector Format

FAQ - Frequently Asked Questions:

Do everything:

$ cargo test && cargo doc && cargo run

Run main.rs:

$ cargo run

Run All Tests:

$ cargo test

Run Unit Tests:

$ cargo test --bin sivf-renderer-rs

Run Integration Tests:

$ cargo test --test '*'

Compile Docs:

$ cargo doc

Open Docs in browser:

file:///path_to_sivf_renderer_rs/target/doc/sivf_renderer_rs/index.html

Useful links:

Project Organisation:

Rust std:

Best Practices:

VS:

Libs:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages