Victor Koenders
|
f70e94a427
|
Added dedicated error for `std::path::Path` encoding. Fixed broken link in documentation.
|
2021-10-21 13:29:03 +02:00 |
Lena Hellström
|
684f2562b1
|
Config rewrite (#412)
Rewrite the config system to be slightly more friendly to adding new options
|
2021-10-17 21:07:31 +02:00 |
Victor Koenders
|
4807ea6be2
|
Added warning on unused lifetimes, fixed warnings
|
2021-10-17 16:43:18 +02:00 |
Lena Hellström
|
e232454936
|
Refactor and rename encoders
|
2021-10-17 16:22:14 +02:00 |
Victor Koenders
|
61c1e8a7cd
|
Added badges to the functions to indicate which features they require
|
2021-10-17 15:00:14 +02:00 |
Victor Koenders
|
8ab730eb87
|
Added support for IpAddr, Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6
|
2021-10-16 14:28:06 +02:00 |
Victor Koenders
|
26d7683719
|
Added support for Path and PathBuf
|
2021-10-16 13:47:48 +02:00 |
Victor Koenders
|
acbd385649
|
Added core::time::Duration and std::time::SystemTime
|
2021-10-16 13:32:12 +02:00 |
Victor Koenders
|
9cf577d9bc
|
Added support for String, Mutex<T> and RwLock<T>
|
2021-10-16 13:19:30 +02:00 |
Victor Koenders
|
33dd4f761d
|
Added support for CStr and CString
|
2021-10-16 12:59:38 +02:00 |
Victor Koenders
|
7b85fc168e
|
Added documentation for the src/featyres module
|
2021-10-14 18:01:41 +02:00 |
Victor Koenders
|
c969622384
|
Added alloc and std tests
|
2021-10-12 16:13:21 +02:00 |
Victor Koenders
|
8e99d580b8
|
Removed `allow` attributes, fixed some warnings
|
2021-09-26 09:19:39 +02:00 |
Lena Hellström
|
044942891f
|
Clean up the borrow crimes
|
2021-09-22 22:17:26 +02:00 |
Victor Koenders
|
254b87c6eb
|
Moved all feature flags to src/features, made the CI run tests on all feature combinations
|
2021-09-22 16:23:27 +02:00 |