Commit graph

37 commits

Author SHA1 Message Date
Joe Ardent
1e93d0b1e4 update repo 2024-04-09 15:55:30 -07:00
Joe Ardent
7dfe1ffb94 spiff the readme 2024-04-09 15:50:26 -07:00
Joe Ardent
e0150a2161 silence lints 2024-04-09 15:11:28 -07:00
Joe Ardent
a54d704300 add innocuous flag to all sqlite functions 2024-04-09 14:54:11 -07:00
Joe Ardent
705afc19e9 Add --decode option, deprecate from_string(), bump version for new release. 2024-01-14 13:25:22 -08:00
Joe Ardent
6a9e43feee try to decode julids as strings in case bytes fails 2023-12-28 17:39:08 -08:00
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
50a59e1898 clean up new() logic 2023-08-05 12:16:23 -07:00
Joe Ardent
7067721f72 minor tweak of wording and deps 2023-07-31 07:33:07 -07:00
Joe Ardent
724ce9d55d tweak verbiage 2023-07-31 07:17:20 -07:00
Joe Ardent
cf92b45f21 add link to blog post 2023-07-30 11:32:42 -07:00
Joe Ardent
fbe01d5770 buff the readme from the blog post 2023-07-30 11:27:43 -07:00
Joe Ardent
66b6a9f868 fix links to crates and docs 2023-07-30 11:04:06 -07:00
Joe Ardent
2484d5156b tweak, bump version, prepare for next release 2023-07-29 16:16:13 -07:00
Joe Ardent
d25691795f update bit diagrams 2023-07-29 14:05:53 -07:00
Joe Ardent
7dc8760fa4 add note about plugin feature in cargo
closes #1
2023-07-28 15:38:24 -07:00
Joe Ardent
33cf49b354 doc tweak 2023-07-28 08:21:50 -07:00
Joe Ardent
c9a949d5d2 tweak the docs 2023-07-28 07:40:05 -07:00
Joe Ardent
9e7b7c31dc update gitignore 2023-07-28 07:22:56 -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
2f5debc426 update version file 2023-07-27 14:30:44 -07:00
Joe Ardent
e8cd57bac5 add links to docs and crates to readme 2023-07-27 14:25:06 -07:00
Joe Ardent
0db850102c update readme 2023-07-27 14:13:42 -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
d12811dffd update version for crates 2023-07-26 18:43:10 -07:00
Joe Ardent
778db8b71f update readme 2023-07-26 18:39:00 -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
98a8a26fe9 tweak 2023-07-26 09:39:01 -07:00
Joe Ardent
8a79e737fc use atomic int instead of mutex on the whole id. 2023-07-26 08:51:47 -07:00
Joe Ardent
703eb550e1 better images 2023-07-25 17:57:34 -07:00
Joe Ardent
164fd4af58 double fix 2023-07-25 17:55:06 -07:00
Joe Ardent
3ab7fe6876 fix images maybe 2023-07-25 17:54:20 -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