atomic-shim
Atomic types for unsupported platforms
0.2.0
4.4M downloads/mo
#4781 most downloaded on crates.io
bltavares/atomic-shim
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
2 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
2 releases · May 2020 to Sep 2021
2021
2022
2023
2024
2025
2026
Releases
latest 2-
0.2.012 Sep 2021Release notes
Open source →Commits
- [
b8ae60b369] (cargo-release) version 0.2.0 (Bruno Tavares) - [
740c4806fb] Add a changelog (Bruno Tavares) - [
7bb15a3acf] Merge pull request #1 from paolobarbolini/master (Bruno Tavares) - [
719ebb7d43] Bump crossbeam and switch to crossbeam-utils (Paolo Barbolini) - [
f9e277e900] Fix urls (Bruno Tavares)
Stats
CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.toml | 12 ++++++------ README.md | 4 ++-- src/shim.rs | 2 +- 4 files changed, 36 insertions(+), 9 deletions(-) - [
-
0.1.020 May 2020Release notes
Open source →Commits
- [
3a0fe4e1ec] Link things to their places (Bruno Tavares) - [
ed24aca271] Fix ci and add badge status (Bruno Tavares) - [
429b1558e7] Fix cargo clippy on ci (Bruno Tavares) - [
00e1c69a71] Prepare for publication (Bruno Tavares) - [
dcdc35dd1b] Rename checks.yml to main.yml (Bruno Tavares) - [
70744ec58a] Document test and fix lints (Bruno Tavares) - [
91584c3174] Document and setup (Bruno Tavares) - [
74eb0ec996] Hold lock during operations (Bruno Tavares) - [
66e7049125] Initial commit (Bruno Tavares)
Stats
.github/workflows/cross_compile.yml | 29 +- .github/workflows/main.yml | 80 ++++- .gitignore | 2 +- Cargo.toml | 23 +- LICENSE-APACHE | 201 +++++++++- LICENSE-MIT | 21 +- README.md | 105 +++++- src/lib.rs | 62 +++- src/shim.rs | 828 +++++++++++++++++++++++++++++++++++++- 9 files changed, 1351 insertions(+) - [