5 Commits

Author SHA1 Message Date
Josh Kuhn
3383637f24
Add serde_json version (#3) 2020-12-05 17:12:38 -08:00
Josh Kuhn
62193135c7
Cleanups before publishing (#2)
Several cleanups:
- Flesh out the README
- Make the interface a little easier to use
- Add some examples
- Add some (sparse) documentation for public components
- Mark the `FinishReason` and `Engine` enums as non-exhaustive so new members can be added in the future without breaking backwards compatibility
2020-12-05 16:43:15 -08:00
Josh Kuhn
06cde8ae68
Create rust CI (#1)
Sets up CI in github actions
Had to format some code to get it to pass
2020-12-05 12:06:48 -08:00
Josh Kuhn
d18d72b646 Basic functionality implemented 2020-12-05 11:45:56 -08:00
Josh Kuhn
dd10b363f0
Initial commit 2020-12-05 11:40:42 -08:00