zefchain / bcs

Rust implementation of the Binary Canonical Serialization (BCS) format
Apache License 2.0
14 stars 11 forks source link

Max custom recursion depth limitation #10

Open vivgor opened 3 months ago

vivgor commented 3 months ago

Why the max custom recursion depth limitation is 500 while using to_bytes_with_limit?

ma2bd commented 3 months ago

This was discussed here: https://github.com/zefchain/bcs/pull/3#discussion_r1083661455