Add fixed length string parsing support with documentation. Tried a combination of Take and Map but couldn't get anything to compile. For example, a format that has a fixed length name field of `[u8, 16]` that gets parsed as ASCII/UTF8.
Add fixed length string parsing support with documentation. Tried a combination of Take and Map but couldn't get anything to compile.
For example, a format that has a fixed length name field of
[u8, 16]that gets parsed as ASCII/UTF8.