RatCornu / efs

An OS and architecture independent implementation of some Unix filesystems in Rust.

Home Page:https://crates.io/crates/efs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`usize` conversions

RatCornu opened this issue · comments

Currently, the requirements for usize are unclear. It should be precised what usize should be expected to be. To avoid any unwanted behaviour, all as conversion should be removed.