[][src]Module codeframe::codeframe_builder

Pretty Capture codeframes

Ex: let raw_lines = "let a: i64 = 12;"; let codeframe = Codeframe::new(raw_lines, 1).set_color("red").capture();

Colors Supported Black Red Green Yellow Blue Magenta or (Purple) Cyan White

Structs

Codeframe