Commit Graph

11 Commits

Author SHA1 Message Date
Joe Ardent f2ade6d85e Make julid_string() return a new stringy Julid. 2023-12-28 17:19:38 -08:00
Joe Ardent 34f85a95a0 Add Divan benchmarking. 2023-10-07 13:51:46 -07:00
Joe Ardent d9e68f057c update version, add way to get timestamp from input to julid-gen, chrono now mandatory 2023-09-03 13:16:04 -07:00
Joe Ardent f4ac603ac8 add cli util, bump version to publish to crates 2023-09-03 09:44:35 -07:00
Joe Ardent 7067721f72 minor tweak of wording and deps 2023-07-31 07:33:07 -07:00
Joe Ardent 2484d5156b tweak, bump version, prepare for next release 2023-07-29 16:16:13 -07:00
Joe Ardent 2ffca693be Fix readme typo, add docs.rs metadata to build all features, bump version. 2023-07-28 07:22:10 -07:00
Joe Ardent b799a9955f Prepare for new release.
Adds copious docs and reorganizes the code a little bit. Ready for final release, hopefully.
2023-07-27 14:00:26 -07:00
Joe Ardent d6f9a00277 Make sqlite extension a feature.
This means that you can use it in a Rust app that links against libsqlite, but you need to compile
it as an extension using a feature, `clib`.
2023-07-26 18:21:42 -07:00
Joe Ardent 114e556a84 done with lib and sqlite extension, ready to publish to crates. 2023-07-25 17:51:49 -07:00
Joe Ardent 510750424b first commit 2023-07-25 12:04:38 -07:00