An open API service indexing awesome lists of open source software.

https://github.com/costava/flipcase


https://github.com/costava/flipcase

ascii zig

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# flipcase

The program reads an ASCII or UTF-8 stream of bytes from stdin
and outputs the bytes to stdout while flipping the case of a-z and A-Z letters.

Tested with zig 0.9.0 and javac 1.8.0

Build with `make all`
Run tests with `make test`

## License
BSD Zero Clause License. See file `LICENSE.txt`.

## Contributing
Not currently accepting contributions. Feel free to open an issue.