utf16_lit 2.0.2

macro_rules to make utf-16 literals.
Documentation
name: Rust

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set Rust Version
      run: rustup default 1.46.0
    - name: Display Versions
      run: cargo --version && rustc --version
    - name: Build
      run: cargo build --verbose --no-default-features
    - name: Run tests
      run: cargo test --verbose --no-default-features