Skip to content

Commit

Permalink
Rename crate back to allocator-api2
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed Feb 27, 2023
1 parent 7193529 commit 7c7f8a4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 The allocator_api2 Project Developers
Copyright 2023 The allocator-api2 Project Developers

Licensed under the Apache License, Version 2.0, <license/LICENSE-APACHE or
http://apache.org/licenses/LICENSE-2.0> or the MIT license <license/LICENSE-MIT or
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "allocator_api2"
name = "allocator-api2"
version = "0.1.1"
edition = "2018"
authors = ["Zakarum <[email protected]>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/allocator_api2"
homepage = "https://github.com/zakarumych/allocator_api2"
repository = "https://github.com/zakarumych/allocator_api2"
documentation = "https://docs.rs/allocator-api2"
homepage = "https://github.com/zakarumych/allocator-api2"
repository = "https://github.com/zakarumych/allocator-api2"
readme = "README.md"
description = "Mirrot of Rust's allocator API"

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# allocator_api2
# allocator-api2

[![crates](https://img.shields.io/crates/v/allocator_api2.svg?style=for-the-badge&label=allocator_api2)](https://crates.io/crates/allocator_api2)
[![docs](https://img.shields.io/badge/docs.rs-allocator--api2-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white)](https://docs.rs/allocator_api2)
[![actions](https://img.shields.io/github/actions/workflow/status/zakarumych/allocator_api2/badge.yml?branch=main&style=for-the-badge)](https://github.com/zakarumych/allocator_api2/actions/workflows/badge.yml)
[![crates](https://img.shields.io/crates/v/allocator-api2.svg?style=for-the-badge&label=allocator-api2)](https://crates.io/crates/allocator-api2)
[![docs](https://img.shields.io/badge/docs.rs-allocator--api2-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white)](https://docs.rs/allocator-api2)
[![actions](https://img.shields.io/github/actions/workflow/status/zakarumych/allocator-api2/badge.yml?branch=main&style=for-the-badge)](https://github.com/zakarumych/allocator-api2/actions/workflows/badge.yml)
[![MIT/Apache](https://img.shields.io/badge/license-MIT%2FApache-blue.svg?style=for-the-badge)](COPYING)
![loc](https://img.shields.io/tokei/lines/github/zakarumych/allocator_api2?style=for-the-badge)
![loc](https://img.shields.io/tokei/lines/github/zakarumych/allocator-api2?style=for-the-badge)

This crate mirrors types and traits from Rust's unstable [`allocator_api`]
The intention of this crate is to serve as substitution for actual thing
Expand Down
2 changes: 1 addition & 1 deletion license/APACHE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 The allocator_api2 project developers
Copyright 2023 The allocator-api2 project developers

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion license/MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 The allocator_api2 project developers
Copyright (c) 2023 The allocator-api2 project developers

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//!
//! allocator_api2 crate.
//! allocator-api2 crate.
//!
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit 7c7f8a4

Please sign in to comment.