demo_app_asi_lib/lib.rs
1// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2// * Copyright (c) 2022
3// *
4// *
5// * This project is dual-licensed under the MIT and Apache licenses.
6// *
7// *
8// *
9// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
10// ** APACHE 2.0 LICENSE
11// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
12// *
13// * Licensed under the Apache License, Version 2.0 (the "License");
14// * you may not use this file except in compliance with the License.
15// * You may obtain a copy of the License at
16// *
17// * http://www.apache.org/licenses/LICENSE-2.0
18// *
19// * Unless required by applicable law or agreed to in writing, software
20// * distributed under the License is distributed on an "AS IS" BASIS,
21// * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22// * See the License for the specific language governing permissions and
23// * limitations under the License.
24// *
25// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
26// *
27// *
28// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
29// ** MIT LICENSE
30// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
31// *
32// * Permission is hereby granted, free of charge, to any person obtaining a copy
33// * of this software and associated documentation files (the "Software"), to deal
34// * in the Software without restriction, including without limitation the rights
35// * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
36// * copies of the Software, and to permit persons to whom the Software is
37// * furnished to do so, subject to the following conditions:
38// *
39// * The above copyright notice and this permission notice shall be included in all
40// * copies or substantial portions of the Software.
41// *
42// * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43// * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44// * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
45// * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
46// * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
47// * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
48// * SOFTWARE.
49// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
50// *
51// *
52
53pub fn lib_function() {
54 println!("Hello, DEMO_APP_LIB!");
55}
56
57// Adding an empty commit to trigger a build
58// Adding another empty commit to trigger a build
59//NOTE - This is a test commit to trigger a build
60//TODO - This is a test commit to trigger a build
61//STUB - This is a test commit to trigger a build
62//FIXME - This is a test commit to trigger a build
63//HACK - This is a test commit to trigger a build
64//NOTE - This is a test commit to trigger a build