Refine no-std sample.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "no_std_win"
|
||||
name = "no_std_test"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
authors = ["Stephen Chung"]
|
||||
description = "no-std test application for the Windows API"
|
||||
homepage = "https://github.com/jonathandturner/rhai/tree/master/no_std/no_std_win"
|
||||
description = "no-std test application"
|
||||
homepage = "https://github.com/jonathandturner/rhai/tree/master/no_std/no_std_test"
|
||||
repository = "https://github.com/jonathandturner/rhai"
|
||||
|
||||
[dependencies]
|
@@ -1,7 +1,7 @@
|
||||
`no-std` Sample for Windows API
|
||||
==============================
|
||||
`no-std` Test Sample
|
||||
====================
|
||||
|
||||
This sample application is a bare-bones `no-std` build for the Windows API.
|
||||
This sample application is a bare-bones `no-std` build for testing.
|
||||
|
||||
[`wee_alloc`](https://crates.io/crates/wee_alloc) is used as the allocator.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
//! This is a `no-std` application for the Windows API that evaluates
|
||||
//! This is a `no-std` application for the that evaluates
|
||||
//! a simple expression and uses the result as the return value.
|
||||
|
||||
#![no_std]
|
Reference in New Issue
Block a user