New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #285: Add support for lengths other than 64 bits. #294
Closed
Add support for variable sized string/vector lengths.
a503118
Select commit
469d622
Add new config values
tkaitchuck bd77269
Add macros for string length and array length
tkaitchuck efaf565
Add tests
tkaitchuck d4941ce
Add test for OOM on string
tkaitchuck a503118
Add support for variable sized string/vector lengths.
tkaitchuck 6acce49
cargo format
tkaitchuck 2c8e013
Fix all warnings
tkaitchuck 5265c4d
Fix backwards compatability with Rust 1.18
tkaitchuck 5bfe729
Copy try_from/try_into from std to allow building on older versions o…
tkaitchuck 3bc1a3c
Remove 128 bit conversions
tkaitchuck cf6595d
Inline local variables
tkaitchuck
Closed
Issue #285: Add support for lengths other than 64 bits. #294
Add support for variable sized string/vector lengths.
Dec 10, 2019
Dec 10, 2019
Dec 11, 2019
Dec 11, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 13, 2019
Dec 14, 2019
Dec 18, 2019
a503118
Select commit
469d622
Add new config values
tkaitchuck bd77269
Add macros for string length and array length
tkaitchuck efaf565
Add tests
tkaitchuck d4941ce
Add test for OOM on string
tkaitchuck a503118
Add support for variable sized string/vector lengths.
tkaitchuck 6acce49
cargo format
tkaitchuck 2c8e013
Fix all warnings
tkaitchuck 5265c4d
Fix backwards compatability with Rust 1.18
tkaitchuck 5bfe729
Copy try_from/try_into from std to allow building on older versions o…
tkaitchuck 3bc1a3c
Remove 128 bit conversions
tkaitchuck cf6595d
Inline local variables
tkaitchuck