Skip to content

A Rust implementation of a base16 builder

License

Notifications You must be signed in to change notification settings

ilpianista/base16-builder-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base16 Builder Rust

crats.io Build Status

A Rust implementation of a base16 builder that follows the conventions described at https://github.com/chriskempson/base16.

Version 0.9.1.

Installation

From sources

git clone https://github.com/ilpianista/base16-builder-rust
cd base16-builder-rust
cargo build

Usage

target/debug/base16-builder update

Updates all scheme and template repositories as defined in schemes.yaml and templates.yaml.

target/debug/base16-builder

Build all templates using all schemes

Donate

Donations via Liberapay or Bitcoin (1Ph3hFEoQaD4PK6MhL3kBNNh9FZFBfisEH) are always welcomed, thank you!

License

MIT