1/alichraghi/conc v0.2

A ansi terminal library that supports most implemented standards


conc

A ansi terminal that supports most implemented standards

Installation

zigmod

zidmod aq add 1/alichraghi/conc

Usage

const std = @import("std");
const conc = @import("conc");
const writer = std.io.getStdErr().writer();

pub fn main() !void {
  try conc.fgColor4(writer, .green);
  try writer.writeAll("hello");
}

Package Contents

  • .gitattributes
  • LICENSE
  • conc.zig
  • build.zig
  • zigmod.yml
  • README.md
  • .gitignore

History

Published On Tree @ Commit Size
v0.2 Wed, 16 Mar 2022 21:36:23 UTC Tree 10.398 KB
v0.1 Wed, 16 Mar 2022 21:31:51 UTC Tree 10.063 KB