File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/d/embedded-alloc.svg )] ( https://crates.io/crates/embedded-alloc )
2
2
[ ![ crates.io] ( https://img.shields.io/crates/v/embedded-alloc.svg )] ( https://crates.io/crates/embedded-alloc )
3
- ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.68+-blue.svg )
3
+ ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.68+-blue.svg ) -
4
+ [ Documentation] ( https://docs.rs/embedded-alloc ) - [ Change log] ( https://github.com/rust-embedded/embedded-alloc/blob/master/CHANGELOG.md )
4
5
5
6
# ` embedded-alloc `
6
7
@@ -43,11 +44,7 @@ fn main() -> ! {
43
44
}
44
45
```
45
46
46
- For a full usage example, see ` examples/global_alloc.rs ` .
47
-
48
- ## [ Documentation] ( https://docs.rs/embedded-alloc )
49
-
50
- ## [ Change log] ( CHANGELOG.md )
47
+ For a full usage example, see [ ` examples/global_alloc.rs ` ] ( https://github.com/rust-embedded/embedded-alloc/blob/master/examples/global_alloc.rs ) .
51
48
52
49
## License
53
50
You can’t perform that action at this time.
0 commit comments