We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fbee2 commit 96b246dCopy full SHA for 96b246d
README.md
@@ -0,0 +1,19 @@
1
+# avr-std-stub
2
+
3
+[](https://crates.io/crates/avr-std-stub)
4
+[](./LICENSE)
5
6
+[API Documentation](https://docs.rs/avr-std-stub)
7
8
+Contains simple implementations of required language items that `libstd` normally defines on other targets.
9
10
+This fixes the following error when compiling for Rust:
11
12
+```
13
+error: `#[panic_handler]` function required, but not found
14
15
+error: language item required, but not found: `eh_personality`
16
17
+error: aborting due to 2 previous errors
18
19
0 commit comments