12 Commits

Author SHA1 Message Date
Dirkjan Ochtman
22b4d32498 Avoid use of deprecated API 2022-11-09 13:37:17 +01:00
Dirkjan Ochtman
7cd5e03ee4 Fix up internal calls to newly deprecated methods 2022-10-09 14:15:02 +02:00
René Kijewski
16b2ae4156 Add feature documentation for docs.rs
This way the documentation will thell user which feature(s) are needed
to use a function, trait, etc. docs.rs display the information like

> Available on crate feature `serde` only.
2022-08-22 20:26:38 +02:00
René Kijewski
5b1b812a74 Feature is already implied 2022-08-22 20:26:38 +02:00
Constantin Nickel
82407ffa9e Update bincode to 1.3 2022-04-05 15:50:52 +02:00
Constantin Nickel
4781689a39 Remove fallible fn main() in doc examples 2022-03-28 21:52:12 +02:00
Constantin Nickel
c9db7d1f92 Remove extern crate statements from benches, tests & doc examples 2022-03-28 21:52:12 +02:00
Constantin Nickel
a6bf842a03 feat(naive): add serde modules for optional timestamps
- `naive::serde::ts_nanoseconds_option`
- `naive::serde::ts_microseconds_option`
- `naive::serde::ts_milliseconds_option`
- `naive::serde::ts_seconds_option`
2022-03-24 17:30:47 +01:00
Constantin Nickel
6471b362da feat(naive): add serde module for microseconds serialization 2022-03-24 17:30:47 +01:00
Constantin Nickel
3105ff5bb9 docs(serde): fix some copy & paste errors 2022-03-23 17:12:56 +01:00
Constantin Nickel
d90544b764 docs(naive): Remove unused imports in examples 2022-03-23 17:12:56 +01:00
Dirkjan Ochtman
0cd8fa8653 Split naive::datetime module into different files 2022-03-21 22:32:31 -07:00