Commit Graph

248 Commits

Author SHA1 Message Date
Kat Marchán fd5ddd173b
docs: update changelog 2019-10-15 13:08:51 -04:00
Kat Marchán 4259a39fdf
docs: add basic examples 2019-10-15 13:08:02 -04:00
Kat Marchán 180a031b52
misc: commit cargo lock 2019-10-15 12:34:25 -04:00
Kat Marchán 7b19bbb26b
2.0.0 2019-10-15 12:33:56 -04:00
Kat Marchán c609f77586
docs: update changelog 2019-10-15 12:33:42 -04:00
Kat Marchán 3f83e13857
deps: bump deps 2019-10-15 12:29:12 -04:00
Kat Marchán 4d9404b9a6
feat(license): relicense to Parity+Apache 2019-10-15 12:15:34 -04:00
Kat Marchán 63dde4f5f1
docs: fix up changelog a bit 2019-10-13 20:48:38 -04:00
Kat Marchán 18190bfc35
feat(async): add extra async versions of APIs (#6) 2019-10-13 20:06:20 -04:00
Kat Marchán 642e40b47c
fix(license): update the License section of the README 2019-09-07 10:41:43 -07:00
Kat Marchán 4513a19261
deps: bump ssri to 4.0.0 2019-09-06 21:59:43 -07:00
Kat Marchán 473473e6b2
feat(license): relicense under MPL-2.0 (#8)
BREAKING CHANGE: The license terms have changed. Please refer to LICENSE in the root of this repository for details. Future use of this library may require release of source code for any changes applied to it.
2019-09-06 21:39:36 -07:00
Kat Marchán 97f44573d5
fix(windows): add windows support 2019-08-31 22:38:37 -07:00
Kat Marchán 25a191887d
meta: remove travis 2019-08-31 21:16:40 -07:00
Kat Marchán 60508ab258
meta: add more stuff to ci matrix 2019-08-31 21:12:24 -07:00
Kat Marchán 4f34257f7a
meta: GH-based build 2019-08-31 20:19:25 -07:00
Kat Marchán db7e33d67f
meta: added clog.toml and initial CHANGELOG 2019-07-01 13:32:47 -07:00
Kat Marchán cfc7e841d9
meta: commit Cargo.lock too 2019-07-01 09:41:19 -07:00
Kat Marchán a4b445f854
1.0.1 2019-07-01 09:41:08 -07:00
Kat Marchán 1f2d03375b
doc(cargo.toml): add more metadata to Cargo.toml 2019-07-01 09:41:02 -07:00
Kat Marchán cf925c1fa1
meta: commit Cargo.lock too 2019-07-01 08:58:43 -07:00
Kat Marchán c2ba428ebf
1.0.0 2019-07-01 08:58:31 -07:00
Félix Saparelli ad74518a9d refactor(index): idiomatise various iterators (#1)
* chore(index): idiomatise variously

* chore(index): exploit hashset to dedupe entries

* chore(index): format
2019-07-01 08:46:08 -07:00
Kat Marchán 19929c5020
doc(readme): filled out README; added CoC and CONTRIBUTING.md 2019-07-01 00:04:52 -07:00
Kat Marchán 7f1602e28f
feat(put): privatize Put and PutOpts fields 2019-06-30 23:21:37 -07:00
Kat Marchán 87adc8cf9f
feat(exports): re-export ssri::Algorithm and serde_json::Value 2019-06-30 23:20:57 -07:00
Kat Marchán 329aee2205
meta(doc): increase doc-linting level 2019-06-30 23:20:34 -07:00
Kat Marchán d2d7170a9c
doc(error): document all errors 2019-06-30 23:20:01 -07:00
Kat Marchán da112036c1
doc(put): basic docs for put 2019-06-30 23:11:39 -07:00
Kat Marchán d7af45d4f1
doc(get): document get module 2019-06-30 20:53:50 -07:00
Kat Marchán 1133de04d2
doc(ls): document ls::all() 2019-06-30 20:20:49 -07:00
Kat Marchán fa8759b92c
doc(rm): document rm API functions 2019-06-30 20:18:47 -07:00
Kat Marchán 982f8ee51a
doc(index): document Entry 2019-06-30 20:13:40 -07:00
Kat Marchán 27ce700bd6
feat(put): make PutOpts Clone 2019-06-30 20:12:46 -07:00
Kat Marchán aee271186a
refactor(get): reuse open_hash 2019-06-30 20:12:31 -07:00
Kat Marchán 0349d115f4
fix(fmt): cargo fmt 2019-06-27 22:48:58 -07:00
Kat Marchán 4a6950ff5d
fix(put): fix warnings 2019-06-27 22:45:11 -07:00
Kat Marchán a5e9966624
refactor(get): move trait bounds into where clauses 2019-06-27 22:41:56 -07:00
Kat Marchán 6e9a2f9f87
feat(get): add get::open() and get::open_hash() 2019-06-27 22:41:32 -07:00
Kat Marchán 54d159740a
deps: ssri@3 2019-06-27 22:40:20 -07:00
Kat Marchán 09ed932870
misc: add useful (?) comment 2019-06-27 11:18:42 -07:00
Kat Marchán abc0246da6
refactor: remove unneeded Ok() 2019-06-26 22:03:29 -07:00
Kat Marchán bc56a1b3fe
fix(fmt): cargo fmt 2019-06-26 21:41:44 -07:00
Kat Marchán 15f017fe21
feat(put): Add put::Put and put::PutOpts 2019-06-26 21:40:15 -07:00
Kat Marchán 248b631d77
deps: bump ssri to 2.0 2019-06-25 22:21:44 -07:00
Kat Marchán b537be1bf5
v0.2.0 2019-06-09 11:00:04 -07:00
Kat Marchán 5af622eb30
feat(api): AsRef all the things! 2019-06-09 10:59:36 -07:00
Kat Marchán 5a57d46b3f
test: added basic benchmark test 2019-06-07 01:32:39 -07:00
Kat Marchán 8b0afeaa6d
v0.1.0 2019-06-06 10:31:15 +02:00
Kat Marchán 249ef2f802
deps: bump atomicwrites 2019-06-06 10:30:14 +02:00