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 Project Layout useful denys Rust std: std Docs Iterator TryFrom Any using Any with traits Best Practices: Vec of structs with common Trait VS: iter() vs into_iter() Foo::new() vs Foo::from() to() vs into() from vs as Libs: Image lib examples Derive More