Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGE: make the
std
feature default (breaks no_std)
Software that uses this crate in a no_std environment will now have to clear the `std` flag manually. Rationale: Creating documentation and testing things that require `std` would require a lot conditional compilation tricks. Things would easily go under the Radar when buildiong doc and running tests with `no_std` being the default. Most users likely expect the `std` feature to be enabled by default. Still if it this is a problem we can keep `no_std` being the default with some effort.
- Loading branch information