Harald Hoyer
|
a78b9a22f7
|
(cargo-release) version 0.6.0
|
2020-09-01 21:47:29 +02:00 |
|
Harald Hoyer
|
56c13d0be5
|
update README.md
|
2020-09-01 21:43:29 +02:00 |
|
Harald Hoyer
|
14c67e1903
|
ignore first example
|
2020-09-01 21:42:17 +02:00 |
|
Harald Hoyer
|
1654624c08
|
more documentation and formatting
|
2020-09-01 21:34:46 +02:00 |
|
Harald Hoyer
|
ed710fada3
|
rename cherr() to context()
|
2020-09-01 21:03:57 +02:00 |
|
Harald Hoyer
|
2af5fb7ad6
|
doc fix
|
2020-08-28 17:11:56 +02:00 |
|
Harald Hoyer
|
9d8f316db2
|
add README.tpl template
|
2020-08-28 17:07:19 +02:00 |
|
Harald Hoyer
|
ebbdddf971
|
Cargo.toml: fixed github workflow badge
|
2020-08-28 17:01:50 +02:00 |
|
Harald Hoyer
|
356335e807
|
use #[track_caller] and Location
|
2020-08-28 16:58:58 +02:00 |
|
Harald Hoyer
|
e2815321bc
|
add github CI and coveralls badges to README
|
2020-06-03 14:42:33 +02:00 |
|
Harald Hoyer
|
fb99427f19
|
coverage: don't use all features
|
2020-06-03 14:42:29 +02:00 |
|
Harald Hoyer
|
935eb658cf
|
make test pass with --all-features
|
2020-06-03 14:42:24 +02:00 |
|
Harald Hoyer
|
241502de75
|
remove main in doc tests and cargo fmt the doc tests
|
2020-06-03 14:19:48 +02:00 |
|
Harald Hoyer
|
174d81c8d9
|
add code coverage via cargo tarpaulin and coveralls
|
2020-06-03 14:01:44 +02:00 |
|
Harald Hoyer
|
24900e47d9
|
.github/workflows/gh-pages.yml: cache bi-weekly
|
2020-03-03 15:57:26 +01:00 |
|
Harald Hoyer
|
def8d8c148
|
remove cache keys
|
2020-03-03 15:49:24 +01:00 |
|
Harald Hoyer
|
db7683f90f
|
.github/workflows/gh-pages.yml: cache mdbook build
|
2020-03-03 15:44:01 +01:00 |
|
Harald Hoyer
|
1d43a39c61
|
add dyn
|
2020-03-03 15:06:44 +01:00 |
|
Harald Hoyer
|
3e270f1e1a
|
book: use rustdoc_include
|
2020-03-03 15:06:40 +01:00 |
|
Harald Hoyer
|
903f245278
|
Create gh-pages.yml
|
2020-03-03 15:01:25 +01:00 |
|
Harald Hoyer
|
648dc871c2
|
Create rust.yml
|
2020-03-03 15:01:02 +01:00 |
|
Harald Hoyer
|
ae6c01aab2
|
macro hygiene
|
2019-03-13 11:34:53 +01:00 |
|
Harald Hoyer
|
a558c35ba4
|
make ChainError Send + Sync
|
2019-03-12 16:44:51 +01:00 |
|
Harald Hoyer
|
51af6da378
|
add derive_err_kind() and more docs
|
2019-03-07 17:03:35 +01:00 |
|
Harald Hoyer
|
c014f1a922
|
cargo fmt and doc format
|
2019-03-06 08:58:15 +01:00 |
|
Harald Hoyer
|
490eaa474b
|
deny more lints and add more docs
|
2019-03-05 18:00:49 +01:00 |
|
Harald Hoyer
|
15f983ce55
|
doc spelling
|
2019-03-05 13:28:53 +01:00 |
|
Harald Hoyer
|
deaaf4ce9f
|
Cargo.toml: 0.4.3
|
2019-03-04 11:44:18 +01:00 |
|
Harald Hoyer
|
bc5cbd18f0
|
simplify booksrc imports
|
2019-03-04 11:44:15 +01:00 |
|
Harald Hoyer
|
dfe97b34d6
|
add library chapter tutorial13
|
2019-03-04 11:44:11 +01:00 |
|
Harald Hoyer
|
8bd4ffca56
|
simplify macros
|
2019-03-04 11:44:07 +01:00 |
|
Harald Hoyer
|
2f8c68b36d
|
cargo fmt
|
2019-02-07 08:58:18 +01:00 |
|
Harald Hoyer
|
f5457a2a51
|
add more docs
|
2019-02-07 08:58:05 +01:00 |
|
Harald Hoyer
|
4762a75cfe
|
impl Deref for ChainError
|
2019-02-01 11:40:46 +01:00 |
|
Harald Hoyer
|
ef7edb1061
|
Use line comments instead of block comments
|
2019-02-01 10:17:49 +01:00 |
|
Harald Hoyer
|
694cb4f273
|
add find_chain_or_cause()
|
2019-01-26 10:44:25 +01:00 |
|
Harald Hoyer
|
e7d4afb86c
|
fixed filter() and filter_map() calls
|
2019-01-26 10:23:00 +01:00 |
|
Harald Hoyer
|
d14af67560
|
add ChainError Iterator
|
2019-01-25 13:53:30 +01:00 |
|
Harald Hoyer
|
49515b86f9
|
fixed travis badge and link in README.md
|
2019-01-23 10:04:47 +01:00 |
|
Harald Hoyer
|
a869a2e3ea
|
more idiomatic
|
2019-01-15 09:17:58 +01:00 |
|
Harald Hoyer
|
6ad9497512
|
extend cherr! macro
|
2019-01-09 13:23:14 +01:00 |
|
Harald Hoyer
|
7003baaaec
|
refine macros
|
2019-01-09 11:46:19 +01:00 |
|
Harald Hoyer
|
ee9bd65af6
|
Cargo.toml: add more exclude files
|
2019-01-09 10:38:04 +01:00 |
|
Harald Hoyer
|
1dc50d457a
|
exclude gh-pages branch in .travis.yml
|
2019-01-08 16:30:55 +01:00 |
|
Harald Hoyer
|
83d8d08521
|
add windows for .travis.yml
|
2019-01-08 16:21:08 +01:00 |
|
Harald Hoyer
|
3bf7fa00fb
|
fix tests for windows
|
2019-01-08 16:20:36 +01:00 |
|
Harald Hoyer
|
913b38afdc
|
Cargo.toml: add travis CI badge
|
2019-01-08 16:16:07 +01:00 |
|
Harald Hoyer
|
caa0b5c1e1
|
Update README.md
|
2019-01-08 15:51:07 +01:00 |
|
Harald Hoyer
|
5028a389f2
|
Update README.md
|
2019-01-08 15:49:43 +01:00 |
|
Harald Hoyer
|
9add8d266c
|
update .travis.yml
|
2019-01-08 15:46:46 +01:00 |
|