Refine no-std sample.

This commit is contained in:
Stephen Chung
2020-07-21 23:08:46 +08:00
parent 61a1355c59
commit 16e8ef454f
8 changed files with 55 additions and 39 deletions

View File

@@ -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]

View File

@@ -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.

View File

@@ -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]