did_common 0.3.0

A rust library for parsing Decentralized Identifiers (DIDs), with no_std support.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: no_std

on: [push]

jobs:
  build:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v1
    - name: Install WASM target
      run: rustup target add wasm32-unknown-unknown
    - name: Build
      run: cargo build --verbose --no-default-features --target=wasm32-unknown-unknown