issues
search
qfall
/
math
Library providing mathematical basics in Rust. The library is based on FLINT.
Mozilla Public License 2.0
20
stars
2
forks
source link
UTF8-De-/Encoding for MatZ
#424
Open
jnsiemer
opened
1 month ago
jnsiemer
commented
1 month ago
Description
This PR implements...
[x] padding for UTF8-encoded strings to ensure that no problems happen along the way of decoding (including major progress for MatZq already)
[x] from_utf8
[x] to_utf
for
MatZ
.
Testing
[x] I added basic working examples (possibly in doc-comment)
[x] I triggered all possible errors in my test in every possible way
[x] I included tests for all reasonable edge cases
Checklist:
[x] I have performed a self-review of my own code
[x] The code provides good readability and maintainability s.t. it fulfills best practices like talking code, modularity, ...
[x] The chosen implementation is not more complex than it has to be
[x] My code should work as intended and no side effects occur (e.g. memory leaks)
[x] The doc comments fit our style guide
Description
This PR implements...
for
MatZ
.Testing
Checklist: