Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
- Cleanup documentation.
- Fix some minor bugs.

Signed-off-by: Tin Švagelj <[email protected]>
  • Loading branch information
Caellian committed Nov 6, 2024
1 parent 4203cc2 commit f0328d6
Show file tree
Hide file tree
Showing 22 changed files with 712 additions and 441 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/contiguous_mem.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

249 changes: 0 additions & 249 deletions .vscode/launch.json

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "contiguous-mem"
version = "0.5.0"
edition = "2021"
description = "A contiguous memory storage"
description = "A contiguous memory container"
authors = ["Tin Švagelj <[email protected]>"]
license = "MIT OR Apache-2.0 OR Zlib"
keywords = ["memory", "contiguous", "storage", "container", "nostd"]
Expand Down Expand Up @@ -42,7 +42,7 @@ allocator_api = []
sptr = "0.3.2"

[dev-dependencies]
byteorder = "1.4"
byteorder = "1.5"

[package.metadata.docs.rs]
all-features = true
2 changes: 1 addition & 1 deletion LICENSE_MIT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Tin Švagelj <[email protected]>
Copyright (c) 2024 Tin Švagelj <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_ZLIB
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Tin Švagelj <[email protected]>
Copyright (c) 2024 Tin Švagelj <[email protected]>

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
Loading

0 comments on commit f0328d6

Please sign in to comment.