once_cell_no_std 0.1.1

Sync single assignment cells for `no_std`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: CI
on:
  pull_request:
  push:

jobs:
  test:
    name: Rust
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v5
      - run: cargo test