oct/oct-benchmarks
2025-04-09 13:29:09 +02:00
..
src Clean up code; Again make 'bool' decoding fallible; Bring back 'BoolDecodeError' error; Add 'BadChar' and 'NonBool' variants to 'GenericDecodeError'; Fix 'GenericDecodeError' not implementing 'From<CharDecodeError>'; Implement 'From<BoolDecodeError>' for 'GenericDecodeError'; Fix '<Option as Decode>::Error' not being a form of 'EnumDecodeError'; Remove 'string' and 'vec' modules (including contents); Remove 'string' and 'vec' macros; Update readme; Fix '<{Option, Result, SocketAddr} as Encode>::Error' not being forms of 'EnumEncodeError'; 2025-04-04 18:08:27 +02:00
Cargo.toml Update lints; Decrease MSRV to 1.85 for 'oct'; Add 'unstable-docs' feature; Clean up code; Remove 'T: Copy' bound from 'Encode' and 'SizedEncode' implementations for 'UnsafeCell<T>'; Implement 'Encode' for 'rc::Weak' and 'sync::Weak'; Implement 'Decode' for 'rc::Weak' and 'sync::Weak'; Remove 'OutputError' and 'InputError'; Unmark all 'Output' and 'Input' functions with 'const'; Panic on I/O errors; Make 'Input::{peek, peek_into}' take constant 'self' reference; Update tests; Implement 'SizedEncode' for 'rc::Weak' and 'sync::Weak'; Update readme; 2025-04-09 13:29:09 +02:00
LICENCE Update readme; Clean up code; Update tests; 2025-04-01 21:23:45 +02:00