Travis Burtrum
ea80cdd34a
Abandon travis-ci for jenkins
2 years ago
Mark Rousskov
7b19b9e91b
Remove stray semicolon ( #1 )
...
Remove stray semicolon
3 years ago
Travis Burtrum
240308389c
Update to adjective_adjective_animal
5 years ago
Fletcher Nichol
843ca9c9b2
[lint] Update formatting due to Rustfmt 0.9.0.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
5 years ago
Fletcher Nichol
accddf697a
Update dependencies.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
5 years ago
Fletcher Nichol
8f4b65acd9
[lint] Update due to Rustfmt 0.9.0.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
5 years ago
Fletcher Nichol
2462b2d47d
Merge pull request #2 from hoangtranwork/patch-1
...
Update README.md
5 years ago
Hoang Tran
3b3c19fe5c
Update README.md
...
correct call to create `Generator` as of `v0.11.0`, `default()` doesn't take any param, use `with_naming(...)` instead
6 years ago
Fletcher Nichol
045758db56
Release 0.11.0.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
db08943e6d
Merge pull request #1 from fnichol/april-2016
...
Freshing the codebase
7 years ago
Fletcher Nichol
d9e89ad782
[cli] Use `clap_app!` macro and update version of clap.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
2a04c0a3f2
[cli] Update dependencies.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
5d7a18c507
[rustfmt] Updates simply due to current rustfmt.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
d9dc0eafbf
Inline the word data with a build script.
...
This gets me back to exactly what I was hoping for: 2 plaintext files
that would be "inlined" into native code which could be statically
built. The build script was the key here. Happy now ;)
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
1b1bcfbd94
[rustfmt] Updates simply due to current rustfmt.
...
Signed-off-by: Fletcher Nichol <fnichol@nichol.ca>
7 years ago
Fletcher Nichol
129d6830f8
Fix link in cli/README.md.
7 years ago
Fletcher Nichol
067830f7cc
Reformat a few code blocks in cli/README.md.
7 years ago
Fletcher Nichol
6d64ae0561
Add badges to cli/README.md.
7 years ago
Fletcher Nichol
863ecc255b
Add README for CLI subproject.
7 years ago
Fletcher Nichol
136d89ec26
Remove `CMD` from Docker image, so it's all business by default!
7 years ago
Fletcher Nichol
d890331817
Add `cli/scripts/build_*.sh` scripts to build CLI binaries.
7 years ago
Fletcher Nichol
af0a8a71f5
Process CHANGELOG.
7 years ago
Fletcher Nichol
03e612cc8c
Add a crates.io badge to README.
7 years ago
Fletcher Nichol
182d3df540
Update the dependency version example in the README.
7 years ago
Fletcher Nichol
aba273486b
Release 0.10.0.
7 years ago
Fletcher Nichol
6d8a563080
[cli] Update dependencies & constrain version of clap.
7 years ago
Fletcher Nichol
938ce9a19d
Use `Default` trait for Generator & Name types.
...
Breaking API: the function formerly known as
`Generator::default(Name::Plain)` has been changed to
`Generator::with_naming(Name::Plain)` as Generator now implements the
Default trait.
7 years ago
Fletcher Nichol
858f336713
Update usage output.
7 years ago
Fletcher Nichol
3bb68078f8
Update cli's clap dependency to 1.4.2.
7 years ago
Fletcher Nichol
67a5a7ffc8
Release 0.9.0.
7 years ago
Fletcher Nichol
6120de60b2
Exclude `cli/` in main project.
7 years ago
Fletcher Nichol
738c62ee89
Update crate link.
7 years ago
Fletcher Nichol
927a072f96
Add README.md.
7 years ago
Fletcher Nichol
971887d2ec
Add MIT license.
7 years ago
Fletcher Nichol
e00021e8fe
Update version of library in source docs.
7 years ago
Fletcher Nichol
d16a7f4c5f
Add documentation URL to Cargo.toml.
7 years ago
Fletcher Nichol
0993d8749b
Redirect GitHub pages to names/index.html.
7 years ago
Fletcher Nichol
19be47ec5b
Update GitHub pages on success.
7 years ago
Fletcher Nichol
598ede2974
Add initial .travis.yml to project.
7 years ago
Fletcher Nichol
e65056d86b
Update Cargo.toml project definitions.
7 years ago
Fletcher Nichol
f69e2afc44
Remove Cargo.lock from crate library.
7 years ago
Fletcher Nichol
9afc4bc2ac
Extract cli into a subproject.
...
The cli binary pulls in more dependencies via clap and is not strictly
necessary in a crate-only context.
7 years ago
Fletcher Nichol
5791c6f7ca
Reimplement library to be an Interator.
7 years ago
Fletcher Nichol
4059e5002d
Add documentation.
7 years ago
Fletcher Nichol
cf8d03cece
Now a library and a binary.
7 years ago
Fletcher Nichol
b7557465ef
MVP.
7 years ago
Fletcher Nichol
f852f53302
Initial
7 years ago