issues
search
P3KI
/
bendy
A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
75
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement `size_hint` for `MapAccess`/`SeqAccess` implementers
#64
Mingun
opened
1 year ago
0
Support decoding an initial bencode structure and retrieving the remaining bytes
#63
jwodder
opened
1 year ago
2
Optimized Decoding For runtime
#62
davids91
closed
1 year ago
1
`StructureError(UnsortedKeys)` on decoding?
#61
avdb13
closed
1 year ago
1
Implement `Clone` for `Object` and `DictDecoder`
#60
avdb13
closed
1 year ago
3
I missed a spot when updating MSRV to 1.40
#59
thequux
closed
3 years ago
0
Got rid of the encoding::ErrorKind struct. Its functionality has been…
#58
thequux
closed
3 years ago
0
Bump MSRV to 1.40, to support non_exhaustive
#57
thequux
closed
3 years ago
0
Fix a number of clippy errors
#56
thequux
closed
3 years ago
2
How to implement FromBencode for enum
#55
morr0ne
closed
2 years ago
3
Trying to deserialize bytes as SocketAddr
#54
nrempel
opened
3 years ago
1
Serde rename not working
#53
morr0ne
closed
1 year ago
6
Remove rustfmt required version
#52
casey
closed
3 years ago
1
Fix bad CI cache on macOS
#51
casey
closed
3 years ago
2
Switch to `snafu` as error handling library
#50
0ndorio
closed
3 years ago
3
Add github actions CI
#49
casey
closed
4 years ago
4
Use `doc-comment` crate to run readme doctests
#48
casey
closed
3 years ago
13
[Draft] Parameterize decode and encode related structs and traits with `StateTracker`
#47
0ndorio
opened
4 years ago
1
Extract `StateTracker` trait
#46
0ndorio
opened
4 years ago
0
Fix typo in new doc comment
#45
trevyn
closed
4 years ago
1
Relax the enforced correctness rules when decoding?
#44
eugenesimakin
opened
4 years ago
3
Improve serde module doc comment
#43
casey
closed
4 years ago
7
Improve Serde Documentation
#42
casey
closed
4 years ago
0
decouple deserializer lifetime from value
#41
euclio
closed
4 years ago
0
Switch to another error handling library
#40
scrabsha
closed
3 years ago
5
Reduce the MAX_DEPTH of value to allow it to be included in containers
#39
thequux
closed
4 years ago
0
Change MAX_DEPTH of value::Value to 0
#38
thequux
opened
4 years ago
0
Unable to encode Value type in a container
#37
17dec
closed
4 years ago
3
New release
#36
casey
closed
4 years ago
4
Add justfile with `test` recipe
#35
casey
closed
2 years ago
1
Add deserializer option to forbid trailing bytes
#34
casey
closed
4 years ago
2
Add `Value` type holding arbitrary decoded bencoded values
#33
casey
closed
4 years ago
8
Add support for all serde data model types
#32
casey
closed
4 years ago
6
Add serde support
#31
casey
closed
4 years ago
4
Add `must_use` attribute to `Encoder::with_max_depth`
#30
casey
closed
4 years ago
0
Add EditorConfig configuration
#29
casey
closed
4 years ago
1
Serde Derive Support
#28
casey
closed
4 years ago
9
Task/make no std more ergonomic
#27
thequux
closed
4 years ago
2
NestingTooDeep with any torrent file
#26
ghost
closed
5 years ago
2
Failure in display message of `decoding::Error::UnexpectedToken`
#25
0ndorio
opened
5 years ago
1
Remove duplicated test code of `README.md`
#24
0ndorio
opened
5 years ago
0
`decode::Error::unexpected_field` should take `&[u8]`
#23
thequux
opened
5 years ago
0
Add `no_std` support and introduce feature `std`.
#22
0ndorio
closed
5 years ago
0
How to handle unused tokens while decoding?
#21
0ndorio
opened
5 years ago
1
Port test suite.
#20
0ndorio
closed
5 years ago
0
Update Documentation
#19
0ndorio
closed
5 years ago
1
Actually allow FromBencode to return references to the input stream
#18
thequux
opened
5 years ago
0
Allow Custom Errors in State Tracker
#17
0ndorio
closed
5 years ago
0
Introduce deserialization trait
#16
0ndorio
closed
5 years ago
0
Public API restructuring
#15
0ndorio
closed
5 years ago
0
Next