File: README.md

package info (click to toggle)
rust-bech32 0.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 628 kB
  • sloc: sh: 108; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 389 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
## Embedded tests

These no-std tests are a bit peculiar.
They are cross compiled to ARM and run in an emulator.
Here's why:

 - We want to build for an exotic platform to help make sure `std` doesn't sneak in by accident.

 - We use an emulator and build something runnable,
   rather than merely testing whether a library builds,
   because we want to actually run our integration test.