The setting makes it a little bit easier to write new code, but it makes
it much harder to understand what dependencies the code has. Also,
relying on ImplicitUsings means that bindings consumers need to enable
this setting aswell.
Add missing imports for tests after disabling ImplicitUsings.
Fix import warning in wrapper.cs that appeared after turning off
ImplicitUsings.
Update README.md to reflect the actual Rust version requirement.
Update README.md with more accurate requirements for bindings consumers.
The setting makes it a little bit easier to write new code, but it makes it much harder to understand what dependencies the code has. Also, relying on
ImplicitUsings
means that bindings consumers need to enable this setting aswell.Add missing imports for tests after disabling
ImplicitUsings
.Fix import warning in
wrapper.cs
that appeared after turning offImplicitUsings
.Update README.md to reflect the actual Rust version requirement.
Update README.md with more accurate requirements for bindings consumers.