rust-bitcoin-unsafe-fast/internals/src
Martin Habovstiak 2b6bcf085c Implement support for `alloc`-free parse errors
This implements basic facilities to conditionally carry string inputs in
parse errors. This includes:

* `InputString` type that may carry the input and format it
* `parse_error_type!` macro creating a special type for parse errors
* `impl_parse` implementing parsing for various types as well as its
  `serde`-supporting alternative
2023-06-04 21:15:37 +02:00
..
error Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00
hex Use MIN/MAX consts instead of min/max_value 2023-05-03 08:22:30 +10:00
error.rs Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00
lib.rs Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00
macros.rs internals: Remove attribution from all files 2023-05-01 09:31:42 +10:00
parse.rs Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00
serde.rs Implement support for `alloc`-free parse errors 2023-06-04 21:15:37 +02:00