chipmunk
chipmunk copied to clipboard
File type recognize
On rustcore level we should have a method, which allows determining a basic type of file: binary or text. This method will be used to suggest a user suitable parser during opening the file.
@marcmo I thing it also can include functionality by detecting the coding of text files. What do you think?