issues
search
rust-bitcoin
/
hex-conservative
Hex crate with a conservative MSRV and dependency policy
Creative Commons Zero v1.0 Universal
8
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Align `fmt_hex_exact` and `Display` impls
#127
tankyleo
closed
10 hours ago
5
Discuss and sign off on error API
#126
tcharding
opened
6 days ago
0
Make the crate conform to the API guidelines
#125
tcharding
opened
1 week ago
2
Add `InvalidCharError::char`
#124
tankyleo
closed
2 weeks ago
12
Use `*mut u8` to write `FromHex` bytes
#123
tankyleo
closed
4 weeks ago
11
Fix `HexToBytesIter::size_hint`
#122
tankyleo
closed
1 month ago
5
Encapsulate unsafe code inside the table module
#121
tankyleo
closed
1 month ago
12
Add case to `BytesToHexIter`
#120
tankyleo
closed
1 month ago
0
Restrict `BufEncoder` to uniform case encoding
#119
tankyleo
closed
4 weeks ago
5
Relax bounds of `BytesToHexIter`
#118
tankyleo
closed
1 month ago
1
Encoding performance improvements
#117
tankyleo
closed
1 month ago
10
Encoding improvements
#116
tankyleo
closed
1 month ago
4
Are `hex_chars_to_byte` and `FromHex` optimized enough?
#115
RCasatta
closed
6 days ago
8
Fix `Display` width and precision of `DisplayByteSlice`
#114
tankyleo
closed
1 month ago
2
Re-implement `HexWriter`
#113
tankyleo
closed
1 month ago
7
Re-work CI
#112
tcharding
closed
1 month ago
4
CI: Upgrade version of upload/download artifact action
#111
tcharding
closed
2 months ago
1
Release tracking PR: `hex-conservative 0.3.0`
#110
tcharding
closed
3 weeks ago
16
CI: Use run_task from maintainer-tools
#106
tcharding
closed
1 month ago
2
Remove the core2 dependency
#105
tcharding
closed
2 months ago
1
Remove `core2` dependency
#104
tcharding
closed
2 months ago
3
fuzz: Add unexpected_cfgs to manifest
#103
tcharding
closed
2 months ago
0
Bump MSRV to Rust 1.63.0
#102
tcharding
closed
2 months ago
16
Support truncation when formatting
#101
tcharding
closed
3 months ago
5
Return `char` instead of `u8` from `InvalidCharError::invalid_char`
#100
Kixunil
opened
3 months ago
14
Add helper functions to crate root
#99
Kixunil
opened
3 months ago
0
Store position of invalid char in `InvalidCharError`
#98
Kixunil
closed
2 months ago
0
rustfmt: Use show_parse_errors
#97
jamillambert
closed
4 months ago
0
Enable serialization of byte slices
#96
tcharding
closed
4 months ago
1
Question: implement `FromHex` for `ArrayVec` ?
#95
irriden
closed
4 months ago
2
Commit Cargo.lock/test with minimal versions
#94
Kixunil
closed
6 days ago
1
Release tracking PR: `v0.2.2`
#93
tcharding
closed
2 months ago
1
Introduce more serde utils
#92
tcharding
closed
4 months ago
13
Release tracking PR: `v0.2.1`
#91
tcharding
closed
6 months ago
3
Add `impl_fmt_traits` macro
#90
tcharding
closed
6 months ago
4
Release tracking PR: `v0.1.2`
#89
tcharding
closed
6 months ago
2
Fix order of 'got' and 'want' fields when populating InvalidLength error
#88
jirijakes
closed
6 months ago
3
In v0.1.1, InvalidLength error prints 'expected' and 'got' values swapped
#87
jirijakes
closed
6 months ago
7
Fix arrayvec minimal version.
#86
jeandudey
closed
6 months ago
1
Use `InvalidCharacterError`
#85
tcharding
closed
4 months ago
1
`DisplayHex` impls have different behaviours for different types
#83
tcharding
closed
10 hours ago
6
When displaying to limited precision we should internally stop encoding early
#82
apoelstra
closed
2 months ago
0
Make `fmt_hex_exact` honour precision
#81
tcharding
closed
9 months ago
1
Kix's error cleanup
#80
tcharding
closed
9 months ago
1
Remove API infrastructure
#79
tcharding
closed
9 months ago
1
Revert committing API changes
#78
Kixunil
closed
6 days ago
8
Fix CI new build warnings
#77
tcharding
closed
9 months ago
1
Make things public
#76
tcharding
closed
9 months ago
7
Error cleanup
#75
Kixunil
closed
9 months ago
7
`FromHex` is not a generic hex parsing trait
#74
tcharding
closed
9 months ago
18
Next